On Fri, 2009-10-23 at 10:20 +0200, Marc Hohl wrote:
> I have a file with normal and tab staves, and in the last bar
> the highest notes touch the tab staff regardless of the
> values for VerticalAxisGroup #'minimum-Y-extent.
> How can I increase this distance?
Hi Marc,
Try
\layout {
\context {
\StaffGroup
\override StaffGrouper #'between-system-spacing #'padding = #1.0
\override StaffGrouper #'after-last-system-spacing #'padding = #1.0
}
}
This will be the default in 2.13.7.
Cheers,
Joe
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user