X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Feasy-notation.ly;h=d8095a8d0af4faed4eaa6efe67cbcafca2ab1cf9;hb=b293e2046fc5a4cedf01d602c77b55ff41376735;hp=16497894fc5346e6648d47ca72624004fcefa8e6;hpb=edf17353d89f4f6bd831466262402bb9151a26ca;p=lilypond.git diff --git a/input/regression/easy-notation.ly b/input/regression/easy-notation.ly index 16497894fc..d8095a8d0a 100644 --- a/input/regression/easy-notation.ly +++ b/input/regression/easy-notation.ly @@ -1,22 +1,16 @@ -\version "2.11.51" +\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 } -