]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/easy-notation.ly
Merge commit 'origin' into includes
[lilypond.git] / input / regression / easy-notation.ly
index 463bd2d5bd6d8a356eee01df7766254e95cd0f3e..908e54f0e0770b20ad6c3ab94a17036402811c63 100644 (file)
@@ -1,22 +1,16 @@
-\version "2.10.0"
+\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 {
-  \setEasyHeads
+  \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
 }
-