lilypond-user
[Top][All Lists]
Advanced

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

Re: How to put vertical space into a page?


From: Kieren MacMillan
Subject: Re: How to put vertical space into a page?
Date: Sat, 8 Oct 2011 10:28:53 -0400

Hi Alan,

The easiest way is probably manually inserting space:

\score { [Trio Music] }
\markup { \vspace #12 }
\score { [Violin Part] }
\markup { \vspace #12 }
\score { [Viola Part] }
\markup { \vspace #12 }
\score { [Cello Part] }
\markup { \vspace #12 }

where the #12 is adjusted as necessary. The more elegant (though perhaps more 
time-consuming) way would be to just line up all the scores thusly

\paper { score-score}
\score { [Trio Music] }
\score { [Violin Part] }
\score { [Viola Part] }
\score { [Cello Part] }

and use score-system-spacing to adjust the inter-score distance.

Hope this helps!
Kieren.


reply via email to

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