X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Feasy-notation.ly;h=908e54f0e0770b20ad6c3ab94a17036402811c63;hb=bb91de5b7f8c4f753452730101c2422946067cc3;hp=d0da1c8db01d81c5cc0436f01435cd86a8f12238;hpb=8842378bd0fed31bb365c1c8042519df06d14b9a;p=lilypond.git diff --git a/input/regression/easy-notation.ly b/input/regression/easy-notation.ly index d0da1c8db0..908e54f0e0 100644 --- a/input/regression/easy-notation.ly +++ b/input/regression/easy-notation.ly @@ -1,14 +1,16 @@ -\version "2.1.29" +\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 { \context { \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 } -