lilypond-user
[Top][All Lists]
Advanced

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

Re: distance between staves?


From: Joe Neeman
Subject: Re: distance between staves?
Date: Tue, 27 Oct 2009 16:06:36 -0700

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






reply via email to

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