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.24-1~8^2~4^2~10 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=c967878a015efa969f1d0961a6b866322a604da3;p=lilypond.git Fix keep-fixed-while-stretching example. --- diff --git a/Documentation/user/spacing.itely b/Documentation/user/spacing.itely index 82e22da1ef..0183e5a187 100644 --- a/Documentation/user/spacing.itely +++ b/Documentation/user/spacing.itely @@ -842,7 +842,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 @@ -900,11 +899,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 @@ -929,7 +933,9 @@ the second piano staff: \new Staff {c' d' e' f'} >> >> -@end example +} +} +@end lilypond @seealso