From bc23f8577f583c11b1654698bd8b0d2858fef193 Mon Sep 17 00:00:00 2001 From: Joe Neeman Date: Mon, 19 Mar 2007 17:45:04 +1100 Subject: [PATCH] Fix keep-fixed-while-stretching example. --- Documentation/user/spacing.itely | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/Documentation/user/spacing.itely b/Documentation/user/spacing.itely index bac2c6d96f..1606e96f74 100644 --- a/Documentation/user/spacing.itely +++ b/Documentation/user/spacing.itely @@ -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 -- 2.39.5