]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/move-specific-text.ly
more conversion for dash-change.
[lilypond.git] / input / test / move-specific-text.ly
index 9cb4f7c5ad2669081bd4394cb68c018857f9e2f0..f1d3fce309a2d16a6d4c2583ca74861d21f5b28f 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.4.0"
+\version "2.7.32"
 % 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 #(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}
 }