X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Feasy-notation.ly;h=5c75ae804ca3bcb08be8346c46e8217e75433611;hb=9e7b53f94e1e3bd7b3f7a14ba11a6cae6c8e9a73;hp=127e69ecc17fac7d1fe55180e97a0f496b3f60ee;hpb=49be49dd2e86c0d654e2032a57fd5072d0ad7dcb;p=lilypond.git diff --git a/input/regression/easy-notation.ly b/input/regression/easy-notation.ly index 127e69ecc1..5c75ae804c 100644 --- a/input/regression/easy-notation.ly +++ b/input/regression/easy-notation.ly @@ -1,14 +1,22 @@ -\version "2.1.23" +\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 }