X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=input%2Fregression%2Feasy-notation.ly;h=d8095a8d0af4faed4eaa6efe67cbcafca2ab1cf9;hb=b293e2046fc5a4cedf01d602c77b55ff41376735;hp=0465b7f94974f2200f6d04d17b9271fd71540d0b;hpb=d2e7425b88e579fe53989106965fa13eab551c92;p=lilypond.git diff --git a/input/regression/easy-notation.ly b/input/regression/easy-notation.ly index 0465b7f949..d8095a8d0a 100644 --- a/input/regression/easy-notation.ly +++ b/input/regression/easy-notation.ly @@ -1,14 +1,16 @@ -\version "1.9.8" +\version "2.17.6" \header { -texidoc = " Ez-notation prints names in note heads. + texidoc = " Easy-notation (or Ez-notation) prints names in note heads. You also get ledger lines, of course." } -\score { - \notes { c'2 e'4 f' | g'1 b8 } - \paper { \translator { \EasyNotation } - 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 } -