X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fmensural.ly;h=8a97c07d8157f88546e2881759f71b55703e9160;hb=99cf5bbced0d84b453cbbfdfff81468dd319b9a9;hp=8444e939e28b13fb39ff0d046721c7d11c759825;hpb=34881554afeaf03a55a3a983caf9cfeaaf3ea060;p=lilypond.git diff --git a/input/regression/mensural.ly b/input/regression/mensural.ly index 8444e939e2..8a97c07d81 100644 --- a/input/regression/mensural.ly +++ b/input/regression/mensural.ly @@ -1,16 +1,16 @@ -\version "2.3.22" +\version "2.10.0" \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 { { \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 } +}}