]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/easy-notation.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / input / regression / easy-notation.ly
index c6f3122b3454607f2384780eb2c25c02aed64efa..a147cca20d727d2c5155bc16c55ce75772579642 100644 (file)
@@ -1,22 +1,16 @@
-\version "2.7.39"
+\version "2.14.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
+\relative c' {
+  \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
 }
-