]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/reverse-music.ly
*** empty log message ***
[lilypond.git] / input / test / reverse-music.ly
index ef0bc4049ec712fe86a92362229715a45fd1c81b..b28b609101baff7d26b09da1d4d7cde330c3e82e 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.3.17"
+\version "2.4.0"
 % 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}
 }