X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Feasy-notation.ly;h=5c75ae804ca3bcb08be8346c46e8217e75433611;hb=fde25b0f9856d77b49571ed0d5ca9c5a5fd4c283;hp=2421bba5daf7745e9d09c7f3c8b402d2d59b3c24;hpb=ecaf73bb03e974018c17e3051b3ac3a805dd1653;p=lilypond.git diff --git a/input/regression/easy-notation.ly b/input/regression/easy-notation.ly index 2421bba5da..5c75ae804c 100644 --- a/input/regression/easy-notation.ly +++ b/input/regression/easy-notation.ly @@ -1,14 +1,22 @@ -\version "2.1.28" +\version "2.11.38" \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 - } + +\layout { + ragged-right = ##t +} + +\relative { + \easyHeadsOn + f1 e + f2 e + f4 e + + \override NoteHead #'note-names = ##("U" "V" "W" "X" "Y" "Z" "z") + c2 d4 e }