X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Feasy-notation.ly;h=ef2e4532f8de0882fcad7a36c7ac03ac8228b847;hb=38d60f8d090d915c34f5d4e6361bf86e75858f0d;hp=5c75ae804ca3bcb08be8346c46e8217e75433611;hpb=9e7b53f94e1e3bd7b3f7a14ba11a6cae6c8e9a73;p=lilypond.git diff --git a/input/regression/easy-notation.ly b/input/regression/easy-notation.ly index 5c75ae804c..ef2e4532f8 100644 --- a/input/regression/easy-notation.ly +++ b/input/regression/easy-notation.ly @@ -1,22 +1,16 @@ -\version "2.11.38" +\version "2.17.6" \header { texidoc = " Easy-notation (or Ez-notation) prints names in note heads. You also get ledger lines, of course." } - -\layout { - ragged-right = ##t -} - -\relative { +\relative c' { \easyHeadsOn f1 e f2 e f4 e - \override NoteHead #'note-names = ##("U" "V" "W" "X" "Y" "Z" "z") - c2 d4 e + \override NoteHead.note-names = ##("U" "V" "W" "X" "Y" "Z" "z") + c2 d4 e } -