]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/move-specific-text.ly
Merge branch 'master' of ssh+git://gpercival@git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / input / test / move-specific-text.ly
index d265a5d973df2eb85442a0684a5a0d407cb39465..53dbec836f707cd196d64efc48e56cb45d20f984 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.3.17"
+\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.
@@ -10,11 +10,11 @@ Objects, like text, can be moved around by using some Scheme code.
 
 \score {
   \relative c''' {
-    \override Stem  #'direction = #1
-    \applyoutput #(outputproperty-compatibility (make-text-checker (make-simple-markup "m.d."))
+    \stemUp
+    \applyOutput #'Voice #(outputproperty-compatibility (make-text-checker (make-simple-markup "m.d."))
       'extra-offset '(-3.5 . -4.5))
     a^2^"m.d."
   }
-  \paper { raggedright = ##t}
+  \layout { ragged-right = ##t}
 }