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