Joe Neeman schrieb:
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.
Hi Joe,

thanks - I compiled 2.13.7 and used this version for my file; it looks great!

Marc
Cheers,
Joe






_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to