]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/move-specific-text.ly
Split WWW target in two stages WWW-1 and WWW-2
[lilypond.git] / input / lsr / move-specific-text.ly
index 4ad574a0eb36aad4acc4a2e6d2521a6ae1718105..76bc3d69bcecfce52e20b10f6b71bdb731bc211f 100644 (file)
@@ -1,14 +1,15 @@
 %% Do not edit this file; it is auto-generated from input/new
 %% This file is in the public domain.
-\version "2.11.38"
+\version "2.11.46"
 % 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.
-" }
-% begin verbatim
+"
+  doctitle = "Move specific text"
+} % begin verbatim
+
 #(define (make-text-checker text)
    (lambda (grob) (equal? text (ly:grob-property grob 'text))))