]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/mensural.ly
release: 1.3.144
[lilypond.git] / input / regression / mensural.ly
1 \header {
2 texidoc = "There is limited support for mensural notation: note head shapes are available. Mensural stems are centered on the note heads, both for up and down stems.";
3 }
4
5 \score {\notes { \context Voice { 
6 \property Voice.NoteHead \override #'style = #'mensural
7 \transpose d''' {  c4 c2 c8  c16 c16  c1 c\breve c\longa }
8 \transpose c'' { c4 c2 c8  c16 c16  c1 c\breve c\longa }
9 }}}