X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=inline;f=input%2Fregression%2Feasy-notation.ly;h=908e54f0e0770b20ad6c3ab94a17036402811c63;hb=5cda9afcf33032bd953c9fc1dd147822177cdddb;hp=16497894fc5346e6648d47ca72624004fcefa8e6;hpb=1dff29aea8a32c30f7fcfadf8a00afa0371dbf7a;p=lilypond.git diff --git a/input/regression/easy-notation.ly b/input/regression/easy-notation.ly index 16497894fc..908e54f0e0 100644 --- a/input/regression/easy-notation.ly +++ b/input/regression/easy-notation.ly @@ -1,22 +1,16 @@ -\version "2.11.51" +\version "2.12.0" \header { texidoc = " Easy-notation (or Ez-notation) prints names in note heads. You also get ledger lines, of course." } - -\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 + \override NoteHead #'note-names = #'#("U" "V" "W" "X" "Y" "Z" "z") + c2 d4 e } -