X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=input%2Fregression%2Fmensural.ly;h=b64d6cf726a748dec9345389884ec6e6e7022366;hb=e09c45014bec847822d467dca3918e8e6703620e;hp=f570e135793d20134f236f97592a2a9ffbca06fd;hpb=3684e949054183e4a31e17f5e7ab0bf30da0123e;p=lilypond.git diff --git a/input/regression/mensural.ly b/input/regression/mensural.ly index f570e13579..b64d6cf726 100644 --- a/input/regression/mensural.ly +++ b/input/regression/mensural.ly @@ -1,16 +1,16 @@ -\version "2.2.0" +\version "2.11.51" \header { - -texidoc = "There is limited support for mensural notation: note head + + 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 { - \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 } -}}} +{ \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 } +}}