]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/new/move-specific-text.ly
Split WWW target in two stages WWW-1 and WWW-2
[lilypond.git] / input / new / move-specific-text.ly
index 268995a97575e7168440b088f07584939f700bac..0335be73f33ab378da527abf3c1c7f0adb030273 100644 (file)
@@ -1,11 +1,12 @@
 \version "2.10.0"
 % possible rename to scheme- or something like that.  -gp
 \header {
-  doctitle = "Move specific text"
   lsrtags = "tweaks-and-overrides"
   texidoc = "@cindex Scheme Move Text
 Objects of the same type, like text, can be moved around by using some Scheme code.
-" }
+"
+  doctitle = "Move specific text"
+}
 
 #(define (make-text-checker text)
    (lambda (grob) (equal? text (ly:grob-property grob 'text))))