]> git.donarmstrong.com Git - lilypond.git/commitdiff
DOC: Move a few index commands in notation/changing-defaults into the right nodes
authorDavid Kastrup <dak@gnu.org>
Mon, 4 Feb 2013 09:25:08 +0000 (10:25 +0100)
committerDavid Kastrup <dak@gnu.org>
Mon, 4 Feb 2013 09:25:08 +0000 (10:25 +0100)
Documentation/notation/changing-defaults.itely

index e0439f321a9fc93f79abf8949d0ad4520af835b8..25771a986c71c972e4add0075931ba8b6856b142 100644 (file)
@@ -1964,14 +1964,14 @@ Translation @expansion{} Tunable context properties.
 Internals Reference:
 @rinternals{Tunable context properties}.
 
-@cindex grob properties
-@cindex properties, grob
-@funindex \override
-
 
 @node The override command
 @subsection The @code{\override} command
 
+@cindex grob properties
+@cindex properties, grob
+@funindex \override
+
 There is a special type of context property: the grob
 description.  Grob descriptions are named in @code{StudlyCaps}
 (starting with capital letters).  They contain the
@@ -4213,16 +4213,16 @@ required.
 Internals Reference:
 @rinternals{TieColumn}.
 
+
+@node Unpure-pure containers
+@subsection Unpure-pure containers
+
 @cindex Scheme, pure containers
 @cindex Scheme, unpure containers
 @cindex pure containers, Scheme
 @cindex unpure containers, Scheme
 @cindex horizontal spacing, overriding
 
-
-@node Unpure-pure containers
-@subsection Unpure-pure containers
-
 Unpure-pure containers are useful for overriding @emph{Y-axis} spacing
 calculations - specifically @code{Y-offset} and @code{Y-extent} - with a
 Scheme function instead of a literal (i.e. a number or pair).