]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/reverse-music.ly
The grand \paper -> \layout, \bookpaper -> \paper renaming.
[lilypond.git] / input / test / reverse-music.ly
index ef0bc4049ec712fe86a92362229715a45fd1c81b..8129c4a96b573306cc7de4272449220422a827f1 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.3.17"
+\version "2.3.22"
 % possible rename to scheme-something.
 \header { texidoc="@cindex Scheme Reverse Music
 Symmetric, or palindromical music can be produced, first, by printing
@@ -35,7 +35,7 @@ music =  \relative c'' { c4 d4( e4 f4 }
     \music
     \applymusic #reverse-music \music
   }
-  \paper { raggedright = ##t}
+  \layout { raggedright = ##t}
 }