Jump to content

Mensural note heads

From LilyPond wiki

Mensural notes may also have note heads.

\version "2.24.0"

%% http://lsr.di.unimi.it/LSR/Item?id=119

\score {
  {
    \relative c'' {
      \override NoteHead.style = #'mensural
      c\maxima*1/8
      c\longa*1/4 c\breve*1/2 c1 c2 c4 c8 
    }
  }
}