X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fmensural.ly;h=8a97c07d8157f88546e2881759f71b55703e9160;hb=19e6facfeb5c2809ea8099bfaa81339cc44b04b3;hp=af381fc2199fdfd57b27760aff25b6b4ba19bf5d;hpb=70048d99398924e7ca0eb481925145ec243700c5;p=lilypond.git diff --git a/input/regression/mensural.ly b/input/regression/mensural.ly index af381fc219..8a97c07d81 100644 --- a/input/regression/mensural.ly +++ b/input/regression/mensural.ly @@ -1,17 +1,16 @@ -\version "1.9.4" +\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 {\notes { \context Voice { - \property Voice.NoteHead \set #'font-family = #'ancient - \property Voice.NoteHead \override #'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 } +}}