]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/move-specific-text.ly
* input/mutopia/W.A.Mozart/mozart-hrn-3.ly: Mozart died in 1791
[lilypond.git] / input / test / move-specific-text.ly
index 254341abc50fa4e721f24f57f8c7908dc54786bf..6e08655a10e50388e4202655c393337edef4d46a 100644 (file)
@@ -1,9 +1,9 @@
 
-\version "2.1.26"
+\version "2.1.30"
 % 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
-move text around. " }
+Objects, like text, can be moved around by using some Scheme code.
+" }
 
 #(define (make-text-checker text)
    (lambda (grob) (equal? text (ly:grob-property grob 'text))))