Hi Jean,
Thanks. I found you also have to set ragged-bottom to ##f as well.
Best regards,
Peter
mailto:lilyp...@ptoye.com
www.ptoye.com
-------------------------
Wednesday, July 24, 2019, 1:25:45 PM, Jean ABOU SAMRA wrote:
Hi Peter,
Any overrides you can do in StaffGrouper are related to the space between staves
of the _same_ system when they are grouped in StaffGroup-s or such. They have
nothing to do with the space _between_ different systems. To influence that, you
need \paper variables as described in
lilypond.org/doc/latest/Documentation/notation/flexible-vertical-spacing-paper-variables.html
For example:
\paper {
system-system-spacing.basic-distance = 30
}
Althought in your case, if you just want the score to fit the whole page, you
may just need
\paper {
ragged-last-bottom = ##f
}
which will cause the score to fit the entire page
(lilypond.org/doc/latest/Documentation/notation/fixed-vertical-spacing-paper-variables.html).
Regards,
Jean Abou Samra.
Le 24 juil. 2019 à 13:54, Peter Toye <lilyp...@ptoye.com> a écrit :
How to increase the distance between staves?
I want to increase the distance between the staves in a short 1-page piece.
I've tried the following (culled from the notation reference), but nothing
happens.
\layout {
\context {
\StaffGroup
\override StaffGrouper.staffgroup-staff-spacing.basic-distance = #30
\override StaffGrouper.staffgroup-staff-spacing.minimum-distance = #30
}
}
What am I missing, please?
Regards,
Peter
mailto:lilyp...@ptoye.com
www.ptoye.com
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user