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
<http://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
<http://lilypond.org/doc/latest/Documentation/notation/fixed-vertical-spacing-paper-variables.html>).
Regards,
Jean Abou Samra.
> Le 24 juil. 2019 à 13:54, Peter Toye <[email protected]> a écrit :
>
> 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:[email protected] <mailto:[email protected]>
> www.ptoye.com
> <http://www.ptoye.com/>_______________________________________________
> lilypond-user mailing list
> [email protected]
> https://lists.gnu.org/mailman/listinfo/lilypond-user
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user