]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/reverse-music.ly
More (final) docs for music expressions.
[lilypond.git] / input / test / reverse-music.ly
index 8129c4a96b573306cc7de4272449220422a827f1..6c7e5d30152d38f5df4fdc0a625beda60595411f 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.3.22"
+\version "2.7.32"
 % possible rename to scheme-something.
 \header { texidoc="@cindex Scheme Reverse Music
 Symmetric, or palindromical music can be produced, first, by printing
@@ -33,9 +33,9 @@ music =  \relative c'' { c4 d4( e4 f4 }
 \score {
   \context Voice {
     \music
-    \applymusic #reverse-music \music
+    \applyMusic #reverse-music \music
   }
-  \layout { raggedright = ##t}
+  \layout { ragged-right = ##t}
 }