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

_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to