From: Joe Neeman Date: Mon, 19 Mar 2007 06:45:04 +0000 (+1100) Subject: Fix keep-fixed-while-stretching example. X-Git-Tag: release/2.11.23-1~22^2~15 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=bc23f8577f583c11b1654698bd8b0d2858fef193;p=lilypond.git Fix keep-fixed-while-stretching example. --- 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