lilypond-user
[Top][All Lists]
Advanced

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

Re: distance between staves?


From: Marc Hohl
Subject: Re: distance between staves?
Date: Wed, 28 Oct 2009 08:41:37 +0100
User-agent: Thunderbird 2.0.0.23 (X11/20090817)

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








reply via email to

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