]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/easy-notation.ly
The grand \paper -> \layout, \bookpaper -> \paper renaming.
[lilypond.git] / input / regression / easy-notation.ly
index a23faaf66a31cc2fa544b9fb349e7afb75de1d8f..589f678f7e93d7796ce8164a73118a2547ffde57 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.3.17"
+\version "2.3.22"
 
 \header {
     texidoc = " Easy-notation (or Ez-notation) prints names in note heads.
@@ -12,7 +12,7 @@ You also get ledger lines, of course."
        \override NoteHead #'note-names = ##("U" "V" "W" "X" "Y" "Z" "z")
        c'2 e'4 f' | b'1
     }
-    \paper {
+    \layout {
        raggedright = ##t
     } 
 }