X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fmensural.ly;h=b64d6cf726a748dec9345389884ec6e6e7022366;hb=71b9dde55139dbc7eeefb2ebb95105f573cd33a9;hp=ccae494340200d9a5fd30ea3c928a9c9cabab26d;hpb=7e8d660df15820c540b74a4ab74d175284cd9008;p=lilypond.git diff --git a/input/regression/mensural.ly b/input/regression/mensural.ly index ccae494340..b64d6cf726 100644 --- a/input/regression/mensural.ly +++ b/input/regression/mensural.ly @@ -1,16 +1,16 @@ -\version "2.1.30" +\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 } +}}