X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fmensural.ly;h=3f028f97ff0534f175dd8106ffdc7f774badd759;hb=c39d188d28fdc84cef8cbaea7b8d6e2fb718c30f;hp=0309c96887812e358901ce3386cabde67df749f2;hpb=72972afb27cf99f5ae432f4a1463d4f6de6107a0;p=lilypond.git diff --git a/input/regression/mensural.ly b/input/regression/mensural.ly index 0309c96887..3f028f97ff 100644 --- a/input/regression/mensural.ly +++ b/input/regression/mensural.ly @@ -1,17 +1,16 @@ -\version "1.7.16" +\version "2.17.6" \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 } -}}} -%% new-chords-done %% +{ \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 } +}} +