X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Feasy-notation.ly;h=ef2e4532f8de0882fcad7a36c7ac03ac8228b847;hb=c31ee4f97786151cdc92d2d45e2b759eb54cd5fd;hp=908e54f0e0770b20ad6c3ab94a17036402811c63;hpb=33fee1aae93af367e6d2f0a80bef3e1b38eda9eb;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 }