]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/smart-transpose.ly
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / input / test / smart-transpose.ly
index dec010bd84e64b55c3eb4d1376526432bf3cb9a6..b1296b394849412215ab3a0875bff7320bfd2c82 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.7.10"
+\version "2.7.39"
 
 \header {
 texidoc="@cindex Smart Transpose
@@ -73,7 +73,7 @@ music =  \relative c' { c4 d  e f g a b  c }
     \transpose c deses \music
     \applyMusic #naturalise \transpose c deses \music
   }
-  \layout { raggedright = ##t}
+  \layout { ragged-right = ##t}
 }