X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fmensural.ly;h=3f028f97ff0534f175dd8106ffdc7f774badd759;hb=b872748c6aa8bb721ced458691b38ac2fac5dfc8;hp=9a6ccab6d45de16ae8c47b92008168a0a92784d9;hpb=641486a1a5522a9e66b470d8c762a1f789219573;p=lilypond.git diff --git a/input/regression/mensural.ly b/input/regression/mensural.ly index 9a6ccab6d4..3f028f97ff 100644 --- a/input/regression/mensural.ly +++ b/input/regression/mensural.ly @@ -1,16 +1,16 @@ -\version "2.4.0" +\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 { { \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 } +}}