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.
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user