]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/move-specific-text.ly
Minor change from mailist.
[lilypond.git] / input / test / move-specific-text.ly
index 65b631b3a820e8fcfba226bf19f12f9a4312f611..53dbec836f707cd196d64efc48e56cb45d20f984 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.7.13"
+\version "2.10.0"
 % possible rename to scheme- or something like that.  -gp
 \header { texidoc = "@cindex Scheme Move Text
 Objects, like text, can be moved around by using some Scheme code.
@@ -11,10 +11,10 @@ Objects, like text, can be moved around by using some Scheme code.
 \score {
   \relative c''' {
     \stemUp
-    \applyOutput #(outputproperty-compatibility (make-text-checker (make-simple-markup "m.d."))
+    \applyOutput #'Voice #(outputproperty-compatibility (make-text-checker (make-simple-markup "m.d."))
       'extra-offset '(-3.5 . -4.5))
     a^2^"m.d."
   }
-  \layout { raggedright = ##t}
+  \layout { ragged-right = ##t}
 }