]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/easy-notation.ly
* tex/GNUmakefile (TEX_FILES): add texinfo.cnf
[lilypond.git] / input / regression / easy-notation.ly
index 35458dff68cc62616809731247e081d10a79160d..589f678f7e93d7796ce8164a73118a2547ffde57 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.1.30"
+\version "2.3.22"
 
 \header {
     texidoc = " Easy-notation (or Ez-notation) prints names in note heads.
@@ -6,13 +6,13 @@ You also get ledger lines, of course."
 }
 
 \score {
-    \notes {
+     {
        \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 {
+    \layout {
        raggedright = ##t
     } 
 }