Hi, Molly!

On Mon, Aug 7, 2017 at 9:49 AM, Molly Preston [via Lilypond] <
ml+s1069038n204907...@n5.nabble.com> wrote:

> I'm unclear as to how to make more room between staves when it's in one
> instrument in a part.
>
> I tried
>
>
> \layout {
>
> \context
> { \Staff
>
>     \override VerticalAxisGroup.default-staff-staff-spacing.basic-distance = 
> #10
>
> }
>
> }
>
> However, I think this is just between two separate staves that aren't 
> grouped. Is there a way to separate between staves in a part?
>
>
You are correct, that only affects the distance between staves within the
same system. For inter-system spacing, the setting you're looking for is in
the \paper block. If you look at the NR section on the \paper block, in the
"Flexible vertical spacing \paper variables" subsection, and scroll down a
bit, you'll see a list of different variables that control how all the
different kinds of elements are spaced relative to each other on the page,
depending on what is there. In your case, the variable you're looking for
is 'system-system-spacing (i.e., the distance between two systems in the
same score), which you'd set using the same properties (e.g., basic-distance,
padding, etc.) like this:

\paper {
  system-system-spacing.basic-distance = #10
}

Of course, adjust to taste.

For your reference, the full default settings are:

system-system-spacing = #'((basic-distance . 12)
                           (minimum-distance . 8)
                           (padding . 1)
                           (stretchability . 60))


HTH,
Abraham




--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/Having-a-hard-time-with-vertical-spacing-tp204907p204912.html
Sent from the User mailing list archive at Nabble.com.
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to