]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/changing-properties-for-individual-grobs.ly
Merge branch 'master' of git://git.sv.gnu.org/lilypond.git into td-lily
[lilypond.git] / input / lsr / changing-properties-for-individual-grobs.ly
index c5c1976dc5994a436132f05b14b82741dc8ec045..b0f9facd1f06c2ec472bbb76a26fd89ac40c5175 100644 (file)
@@ -4,14 +4,17 @@
 
 \header {
   lsrtags = "tweaks-and-overrides"
- texidoc = "
+
+  texidoc = "
 The @code{\\applyOutput} command gives you the ability to tune any
 layout object, in any context. It requires a Scheme function with three
 arguments; advanced users can write it quite easily, whereas new users
 may want to use pre-defined functions such as this snippet, or the
 example in the manual.
-" }
-% begin verbatim
+
+"
+  doctitle = "Changing properties for individual grobs"
+} % begin verbatim
 % ****************************************************************
 % ly snippet:
 % ****************************************************************