]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/easy-notation.ly
Merge branch 'master' into dev/texi2html
[lilypond.git] / input / regression / easy-notation.ly
index a23faaf66a31cc2fa544b9fb349e7afb75de1d8f..16497894fc5346e6648d47ca72624004fcefa8e6 100644 (file)
@@ -1,19 +1,22 @@
-\version "2.3.17"
+\version "2.11.51"
 
 \header {
     texidoc = " Easy-notation (or Ez-notation) prints names in note heads.
 You also get ledger lines, of course."
 }
 
-\score {
-     {
-       \setEasyHeads
-       c'2 g'2 | g'1 
-       \override NoteHead #'note-names = ##("U" "V" "W" "X" "Y" "Z" "z")
-       c'2 e'4 f' | b'1
-    }
-    \paper {
-       raggedright = ##t
-    } 
+
+\layout {
+  ragged-right = ##t
+} 
+
+\relative {
+  \easyHeadsOn
+  f1 e
+  f2 e
+  f4 e
+  
+  \override NoteHead #'note-names = ##("U" "V" "W" "X" "Y" "Z" "z")
+  c2 d4 e 
 }