lilypond-user
[Top][All Lists]
Advanced

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

Re: increase vertical space


From: Eluze
Subject: Re: increase vertical space
Date: Tue, 30 Oct 2012 14:13:56 -0700 (PDT)

Hi,

Peter O'Doherty-2 wrote
> Is it possible to increase the space between staves, to avoid clashing, 
> for specific systems, i.e. not the whole piece? 

as a general rule you can override the behavior of all specific contexts
(like Staff, Voice,…) in the \layout section.

to override the behavior in just one staff you can specify eg.

\new Staff \with {\override NoteHead #'color = red } {…your music…}

for your purpose I would think that

\new Staff \with {
  \override VerticalAxisGroup #'staff-staff-spacing = #'(
        (basic-distance . 2)
        (minimum-distance . .5)
        (padding . .5)
        (stretchability . 55)
      )
}

with adapted numbers could help!

Eluze



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/increase-vertical-space-tp135579p135605.html
Sent from the User mailing list archive at Nabble.com.



reply via email to

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