lilypond-user
[Top][All Lists]
Advanced

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

Re: fixed vertical spacing within staff-group


From: Malte Meyn
Subject: Re: fixed vertical spacing within staff-group
Date: Fri, 29 Dec 2017 18:21:43 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.2



Am 29.12.2017 um 05:30 schrieb Eby Mani:
Hi,

How to set fixed vertical spacing within staff-group ?.

Hi,

please always give a minimal working (and compilable) code example that shows what you are doing currently.

I have tried the following in \layout { \context } section. Vertical spacing 
keep on varying if there are beams, ledger lines or cross-staff notation. Even 
tried with padding=#0. Without the StaffGrouper, spacing is somewhat ok(but i 
feel little more spacing is required), except the cross-staff part.

\override StaffGrouper.staff-staff-spacing.padding = #2
\override StaffGrouper.staff-staff-spacing.basic-distance = #6

Have a look at http://joramberger.de/files/LilypondSpacing.pdf Because you didn’t provide code, I cannot test, but I think, something like the following might work:

\override StaffGrouper.staff-staff-spacing.padding = #-inf.0
\override StaffGrouper.staff-staff-spacing.stretchability = 0
\override StaffGrouper.staff-staff-spacing.basic-distance = 10
\override StaffGrouper.staff-staff-spacing.minimum-distance = 10



reply via email to

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