X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Feasy-notation.ly;h=1ecd62a787b1787d22a16b968055aaa3eb70ef4e;hb=ba8eee4036ebb86c32f23c784adcf3bf2ef5fe3b;hp=d91693adde9d6ecc997c81dbba8a27bfd1db0356;hpb=8b88bf025331c789167734067001a3d79501b433;p=lilypond.git diff --git a/input/regression/easy-notation.ly b/input/regression/easy-notation.ly index d91693adde..1ecd62a787 100644 --- a/input/regression/easy-notation.ly +++ b/input/regression/easy-notation.ly @@ -1,12 +1,16 @@ +\version "2.12.0" \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." } -\include "paper26.ly"; -\paper { \paperTwentysix } - -\score { - \notes { c'2 e'4 f' | g'1 } - \paper { \translator { \EasyNotation } } +\relative c' { + \easyHeadsOn + f1 e + f2 e + f4 e + + \override NoteHead #'note-names = #'#("U" "V" "W" "X" "Y" "Z" "z") + c2 d4 e }