X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Feasy-notation.ly;h=ef2e4532f8de0882fcad7a36c7ac03ac8228b847;hb=1759b13a95aea208761c6651d760a967da3d44c3;hp=4ea58ee9f480e2d31bbcb503eee2bd7d4102cb59;hpb=9c31b0d42a407a412a324a6586cfb0437de4bfd8;p=lilypond.git diff --git a/input/regression/easy-notation.ly b/input/regression/easy-notation.ly index 4ea58ee9f4..ef2e4532f8 100644 --- a/input/regression/easy-notation.ly +++ b/input/regression/easy-notation.ly @@ -1,19 +1,16 @@ -\version "2.1.36" +\version "2.17.6" \header { texidoc = " Easy-notation (or Ez-notation) prints names in note heads. You also get ledger lines, of course." } -\score { - \notes { - \setEasyHeads - c'2 g'2 | g'1 - \override NoteHead #'note-names = ##("U" "V" "W" "X" "Y" "Z" "z") - c'2 e'4 f' | b'1 - } - \paper { - raggedright = ##t - } +\relative c' { + \easyHeadsOn + f1 e + f2 e + f4 e + + \override NoteHead.note-names = ##("U" "V" "W" "X" "Y" "Z" "z") + c2 d4 e } -