]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/reverse-music.ly
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / input / test / reverse-music.ly
index 6640823353ab1cbe422cf368b13ca4d948ab41d1..828afcd59b3254b24dc657f44ad34c9627e7aac9 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.6.0"
+\version "2.7.39"
 % 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}
 }