]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/new/move-specific-text.ly
Merge branch 'lilypond/translation' of ssh://trettig@git.sv.gnu.org/srv/git/lilypond...
[lilypond.git] / input / new / move-specific-text.ly
index 268995a97575e7168440b088f07584939f700bac..c25c6a515db4e2eb9d5dbe9884d001616d78654b 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))))
@@ -19,5 +20,5 @@ Objects of the same type, like text, can be moved around by using some Scheme co
       'extra-offset '(-3.5 . -4.5))
     a^2^"m.d."
   }
-  \layout { ragged-right = ##t}
+  \layout { }
 }