]> git.donarmstrong.com Git - lilypond.git/commitdiff
Fix keep-fixed-while-stretching example.
authorJoe Neeman <joeneeman@gmail.com>
Mon, 19 Mar 2007 06:45:04 +0000 (17:45 +1100)
committerJoe Neeman <joeneeman@gmail.com>
Mon, 16 Apr 2007 23:25:33 +0000 (09:25 +1000)
Documentation/user/spacing.itely

index bac2c6d96f43d7f0a92da3472339dce79ad0eafa..1606e96f74e2cf4376b838028f42c042dbf264af 100644 (file)
@@ -883,7 +883,6 @@ staves inside a system.
 * Vertical spacing inside a system::  
 * Vertical spacing between systems::  
 * Explicit staff and system positioning::  
-* Two-pass vertical spacing::   
 * Vertical collision avoidance::  
 @end menu
 
@@ -941,11 +940,16 @@ moving relative to the one directly above it. In the example above,
 you would override @code{keep-fixed-while-stretching} to @code{##t} in
 the second piano staff:
 
-@example
+@lilypond[verbatim]
+#(set-default-paper-size "a6")
+#(set-global-staff-size 14.0)
+
+\book {
 \paper {
   ragged-last-bottom = ##f
 }
 
+\score {
 \new GrandStaff
 <<
   \new StaffGroup
@@ -970,7 +974,9 @@ the second piano staff:
     \new Staff {c' d' e' f'}
   >>
 >>
-@end example
+}
+}
+@end lilypond
 
 @seealso