]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/easy-notation.ly
Doc-es: various updates.
[lilypond.git] / input / regression / easy-notation.ly
index 16497894fc5346e6648d47ca72624004fcefa8e6..ef2e4532f8de0882fcad7a36c7ac03ac8228b847 100644 (file)
@@ -1,22 +1,16 @@
-\version "2.11.51"
+\version "2.17.6"
 
 \header {
     texidoc = " Easy-notation (or Ez-notation) prints names in note heads.
 You also get ledger lines, of course."
 }
 
-
-\layout {
-  ragged-right = ##t
-} 
-
-\relative {
+\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
 }
-