X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Feasy-notation.ly;h=908e54f0e0770b20ad6c3ab94a17036402811c63;hb=33fee1aae93af367e6d2f0a80bef3e1b38eda9eb;hp=42a6f8edabe9fc6533fd940b29c7ee76ca18a3b2;hpb=c0e993f674ea82187d0dbc57002c5a6010aab38b;p=lilypond.git diff --git a/input/regression/easy-notation.ly b/input/regression/easy-notation.ly index 42a6f8edab..908e54f0e0 100644 --- a/input/regression/easy-notation.ly +++ b/input/regression/easy-notation.ly @@ -1,14 +1,16 @@ -\version "1.3.146" +\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 b8 } - \paper { \translator { \EasyNotation } } +\relative { + \easyHeadsOn + f1 e + f2 e + f4 e + + \override NoteHead #'note-names = #'#("U" "V" "W" "X" "Y" "Z" "z") + c2 d4 e }