X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fmensural.ly;h=e5b2477648d9518265fceb6a9ffaf38e67752c32;hb=f28f870dbd356da530ce1a89bc9accec0494e237;hp=53f79d90a182904c6595aba3834e8065ca69afd0;hpb=3db08de4502e30616808fc348b054d32822e5cc4;p=lilypond.git diff --git a/input/regression/mensural.ly b/input/regression/mensural.ly index 53f79d90a1..e5b2477648 100644 --- a/input/regression/mensural.ly +++ b/input/regression/mensural.ly @@ -1,17 +1,16 @@ -\version "1.7.18" +\version "2.12.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 } +}}