]> git.donarmstrong.com Git - lilypond.git/commitdiff
GDP: NR 4 Merge Displaying spacing into Fitting music
authorTrevor Daniels <t.daniels@treda.co.uk>
Tue, 29 Jul 2008 10:44:55 +0000 (11:44 +0100)
committerTrevor Daniels <t.daniels@treda.co.uk>
Tue, 29 Jul 2008 10:59:46 +0000 (11:59 +0100)
Documentation/user/spacing.itely

index a6dc7303efd1999e63a993e372bfafcd79cbb249..5bc88ae90fffbff095a75f59141b23de820e23b7 100644 (file)
@@ -81,9 +81,8 @@ be placed in either.
 
 @menu
 * Paper and pages::             
-* Music layout::                
-* Displaying spacing::          
-* Breaks::                      
+* Music layout::
+* Breaks::
 * Vertical spacing::
 * Horizontal spacing::
 * Fitting music onto fewer pages::
@@ -583,37 +582,6 @@ layout.
 This manual: @ref{Changing context default settings}.
 
 
-@node Displaying spacing
-@section Displaying spacing
-
-@funindex annotate-spacing
-@cindex Spacing, display of properties
-
-To graphically display the dimensions of vertical properties that may
-be altered for page formatting, set @code{annotate-spacing} in the
-@code{\paper} block, like this
-
-
-@c need to have \book{} otherwise we get  the separate systems. -hwn
-@lilypond[verbatim]
-#(set-default-paper-size "a6" 'landscape)
-
-\book {
-  \score { { c4 } }
-  \paper { annotate-spacing = ##t }
-}
-@end lilypond
-
-
-@c  TODO: really bad vagueness due to bug in annotate-spacing.  -gp
-@noindent
-Some unit dimensions are measured in staff spaces, while others
-are measured in millimeters.
-The pairs
-(@var{a},@var{b}) are intervals, where @var{a} is the lower edge and
-@var{b} the upper edge of the interval.
-
-
 @node Breaks
 @section Breaks
 
@@ -2157,10 +2125,50 @@ of room left on those.
 
 When investigating layout issues, @code{annotate-spacing} is
 an invaluable tool.  This command prints the values of various
-layout spacing commands; see @ref{Displaying spacing}, for more
-details.  From the output of @code{annotate-spacing}, we can
+layout spacing commands; for more details see the following
+section, @ref{Displaying spacing}.
+
+@menu
+* Displaying spacing::
+* Changing spacing::
+@end menu
+
+@node Displaying spacing
+@subsection Displaying spacing
+
+@funindex annotate-spacing
+@cindex Spacing, display of properties
+
+To graphically display the dimensions of vertical properties that may
+be altered for page formatting, set @code{annotate-spacing} in the
+@code{\paper} block, like this:
+
+@c need to have \book{} otherwise we get the separate systems. -hwn
+@lilypond[verbatim]
+#(set-default-paper-size "a6" 'landscape)
+\book {
+  \score { { c4 } }
+  \paper { annotate-spacing = ##t }
+}
+@end lilypond
+
+
+@c  TODO: really bad vagueness due to bug in annotate-spacing.  -gp
+@noindent
+Some unit dimensions are measured in staff spaces, while others
+are measured in millimeters.
+The pairs
+(@var{a},@var{b}) are intervals, where @var{a} is the lower edge and
+@var{b} the upper edge of the interval.
+
+@node Changing spacing
+@subsection Changing spacing
+
+From the output of @code{annotate-spacing}, we can
 see which margins we may wish to alter.
 
+@c TODO add info about or pointers to margin settings
+
 Other than margins, there are a few other options to save space:
 
 @itemize