lilypond-user
[Top][All Lists]
Advanced

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

Re: Distance between systems/staves


From: Nick Payne
Subject: Re: Distance between systems/staves
Date: Thu, 11 Nov 2010 21:37:02 +1100
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.12) Gecko/20101027 Thunderbird/3.1.6

On 11/11/10 19:23, Christian Bos wrote:
Hello,

I am working on a piece containing multiple scores in one file, like this:


\score {
[music]
}

\score {
[some more music]
}


How can I increase the distance between the staves of the different scores?

You can use score-markup-spacing in the \paper block, to set the minimum distance between the last stave of one score and the title of the next. e.g.

\paper {
    score-markup-spacing #'minimum-distance = 20
}

Nick



reply via email to

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