lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Having a hard time with vertical spacing?


From: tisimst
Subject: Re: Having a hard time with vertical spacing?
Date: Mon, 7 Aug 2017 15:34:09 -0700 (MST)

Hi, Molly!

On Mon, Aug 7, 2017 at 9:49 AM, Molly Preston [via Lilypond] <[hidden email]> 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: Re: Having a hard time with vertical spacing?
Sent from the User mailing list archive at Nabble.com.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]