From 4c3c9f8f93fd50df805b1c6e0026019322d13337 Mon Sep 17 00:00:00 2001 From: Keith Date: Sat, 15 Jan 2011 17:06:51 -0800 Subject: [PATCH] Doc: NR VerticalSpacing: repair example --- Documentation/notation/spacing.itely | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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 -- 2.39.5