]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/learning/fundamental.itely
vert. spacing: Clean up affected docs.
[lilypond.git] / Documentation / learning / fundamental.itely
index dbf102108271d9bd96936d90291085406ccac6e7..47da080fb4cfcf0da78e65bdcff4f239841cd531 100644 (file)
@@ -2837,19 +2837,19 @@ the pedal staff should behave similarly.
 @cindex grobs
 
 Stretchability of staves can be controlled with the
-@code{staff-staff-spacing} property of the @code{VerticalAxisGroup}
-@q{graphical object} (commonly called @q{grob}s within the lilypond
-documentation) -- don't worry about the details right now; this is
-fully explained later.  For the curious, have a look at
-@ruser{Overview of modifying properties}.  Currently, it is not
-possible to modify the @code{stretchability} sub-property only, we
-thus have to copy the other sub-properties also.  Again, for the
-curious, you can find the default values in file
-@file{scm/@/define-grobs@/.scm} by looking up the definition of the
-@code{VerticalAxisGroup} grob.  The value for @code{stretchability}
-is taken from the definition of the @code{PianoStaff} context (in
-file @file{ly/@/engraver-init@/.ly}) so that the values are
-identical.
+@code{staff-staff-spacing} property of the
+@code{VerticalAxisGroup} @q{graphical object} (commonly called
+@q{grob}s within the lilypond documentation) -- don't worry about
+the details right now; this is fully explained later.  For the
+curious, have a look at @ruser{Overview of modifying properties}.
+Currently, it is not possible to modify the @code{stretchability}
+sub-property only, we thus have to copy the other sub-properties
+also.  Again, for the curious, you can find the default values in
+file @file{scm/@/define-grobs@/.scm} by looking up the definition
+of the @code{VerticalAxisGroup} grob.  The value for
+@code{stretchability} is taken from the definition of the
+@code{PianoStaff} context (in file @file{ly/@/engraver-init@/.ly})
+so that the values are identical.
 
 @example
 \score @{
@@ -2870,9 +2870,9 @@ identical.
       \new Staff = "ManualTwo" \with @{
         \override VerticalAxisGroup
           #'staff-staff-spacing = #'((space . 9)
-                                    (minimum-distance . 8)
-                                    (padding . 1)
-                                    (stretchability . 5))
+                                     (minimum-distance . 8)
+                                     (padding . 1)
+                                     (stretchability . 5))
       @} <<
         \keyTime
         \clef "bass"
@@ -2937,9 +2937,9 @@ PedalOrganMusic = \relative c {
       \new Staff = "ManualTwo" \with {
         \override VerticalAxisGroup
           #'staff-staff-spacing = #'((space . 9)
-                                    (minimum-distance . 8)
-                                    (padding . 1)
-                                    (stretchability . 5))
+                                     (minimum-distance . 8)
+                                     (padding . 1)
+                                     (stretchability . 5))
       } <<
         \keyTime
         \clef "bass"