X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fmensural.ly;h=58da11d4074dffc1f43dee478bcbd8fffb8a08da;hb=e90f0536f9be39ada0bef0aeb0d275dec3b2fb5b;hp=4ed65a571f457098121a16b6ef4c4b3bafe0a237;hpb=b9c65b122d107a6f7c1a44d3041f6cfeb78fc4a2;p=lilypond.git diff --git a/input/regression/mensural.ly b/input/regression/mensural.ly index 4ed65a571f..58da11d407 100644 --- a/input/regression/mensural.ly +++ b/input/regression/mensural.ly @@ -1,9 +1,16 @@ +\version "2.14.0" \header { -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."; + + 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." + } -\score {\notes { \context Voice { -\property Voice.NoteHead \override #'style = #'mensural -\transpose d''' { c4 c2 c8 c16 c16 c1 c\breve c\longa } -\transpose c'' { c4 c2 c8 c16 c16 c1 c\breve c\longa } -}}} + +{ \context Voice { + \override NoteHead #'style = #'mensural + \transpose c d'' { c4 c2 c8 c16 c16 c1 c\breve c\longa } + \transpose c c' { c4 c2 c8 c16 c16 c1 c\breve c\longa } +}} +