X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fmensural.ly;h=8a97c07d8157f88546e2881759f71b55703e9160;hb=a1344e55b5c00f84fd0b07c53a175bf2855d00b1;hp=981630cf311b26ca40db5dd7264467ce8b5fb945;hpb=75657b2ffb064eecba936d2b6e6aab315f7819f5;p=lilypond.git diff --git a/input/regression/mensural.ly b/input/regression/mensural.ly index 981630cf31..8a97c07d81 100644 --- a/input/regression/mensural.ly +++ b/input/regression/mensural.ly @@ -1,16 +1,16 @@ -\version "1.3.146" +\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 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 } +}} +