From: Keith Date: Sun, 16 Jan 2011 01:06:51 +0000 (-0800) Subject: Doc: NR VerticalSpacing: repair example X-Git-Tag: release/2.13.47-1~52 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=4c3c9f8f93fd50df805b1c6e0026019322d13337;p=lilypond.git Doc: NR VerticalSpacing: repair example --- diff --git a/Documentation/notation/spacing.itely b/Documentation/notation/spacing.itely index cad2fa3bd4..8eebae6d3d 100644 --- a/Documentation/notation/spacing.itely +++ b/Documentation/notation/spacing.itely @@ -1879,11 +1879,12 @@ individually, and the second completely re-defines the property: @example \new Staff \with @{ - \override VerticalAxisGroup #'staff-staff-spacing #'basic-distance = #10 + \override VerticalAxisGroup #'default-staff-staff-spacing + #'basic-distance = #10 @} @{ @dots{} @} \new Staff \with @{ - \override VerticalAxisGroup #'staff-staff-spacing = + \override VerticalAxisGroup #'default-staff-staff-spacing = #'((basic-distance . 10) (minimum-distance . 9) (padding . 1) @@ -1898,7 +1899,8 @@ To change any spacing settings globally, put them in the \layout @{ \context @{ \Staff - \override VerticalAxisGroup #'staff-staff-spacing #'basic-distance = #10 + \override VerticalAxisGroup #'default-staff-staff-spacing + #'basic-distance = #10 @} @} @end example