]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/move-specific-text.ly
(Lilypond_snippet.notice_include):
[lilypond.git] / input / test / move-specific-text.ly
index b894ac935532ac8f7d0641901d4658acd25792fa..91fb1e2f0da205c286dbd658483c0c50f5af4b70 100644 (file)
@@ -1,4 +1,5 @@
-\version "1.7.18"
+
+\version "2.1.7"
 % possible rename to scheme- or something like that.  -gp
 \header { texidoc = "@cindex Scheme Move Text
 You can move objects around with scheme.  This example shows how to
@@ -10,8 +11,8 @@ move text around. " }
 \score {
   \notes\relative c''' {
     \property Voice.Stem \set #'direction = #1
-    \outputproperty #(make-text-checker (make-simple-markup "m.d."))
-      #'extra-offset = #'(-3.5 . -4.5)
+    \applyoutput #(outputproperty-compatibility (make-text-checker (make-simple-markup "m.d."))
+      'extra-offset '(-3.5 . -4.5))
     a^2^"m.d."
   }
   \paper { raggedright = ##t}