X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Feasy-notation.ly;h=381589b4bb4195cc19d12847d42a420e89981dec;hb=17e898abae3983e28021b0988d2fdf88365261f8;hp=a1719f75a2ef588fb777b2205f1a6dab13da5996;hpb=70048d99398924e7ca0eb481925145ec243700c5;p=lilypond.git diff --git a/input/regression/easy-notation.ly b/input/regression/easy-notation.ly index a1719f75a2..381589b4bb 100644 --- a/input/regression/easy-notation.ly +++ b/input/regression/easy-notation.ly @@ -1,14 +1,16 @@ -\version "1.9.4" +\version "2.11.51" \header { -texidoc = " Ez-notation prints names in note heads. + texidoc = " Easy-notation (or Ez-notation) prints names in note heads. You also get ledger lines, of course." } -\score { - \notes { c'2 e'4 f' | g'1 b8 } - \paper { \translator { \EasyNotation } - raggedright = ##t - } +\relative { + \easyHeadsOn + f1 e + f2 e + f4 e + + \override NoteHead #'note-names = #'#("U" "V" "W" "X" "Y" "Z" "z") + c2 d4 e } -