X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Feasy-notation.ly;h=908e54f0e0770b20ad6c3ab94a17036402811c63;hb=33c0ec977d6b812f7f2109763632a7874a9853a4;hp=2421bba5daf7745e9d09c7f3c8b402d2d59b3c24;hpb=ecaf73bb03e974018c17e3051b3ac3a805dd1653;p=lilypond.git diff --git a/input/regression/easy-notation.ly b/input/regression/easy-notation.ly index 2421bba5da..908e54f0e0 100644 --- a/input/regression/easy-notation.ly +++ b/input/regression/easy-notation.ly @@ -1,14 +1,16 @@ -\version "2.1.28" +\version "2.12.0" \header { -texidoc = " Easy-notation (or 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 } -