Hi Mark,

You can include a \paper block somewhere above the score in your .ly
file and specify the raggedBottom property:

\paper {
...(other stuff)
raggedBottom = ##t
...(other stuff)
}

\score {
... your music ...
}

http://www.lilypond.org/doc/v2.17/Documentation/notation/fixed-vertical-spacing-_005cpaper-variables

You can also define each variation in its own \bookpart to ensure that
there is a page break between each one.

http://www.lilypond.org/doc/v2.17/Documentation/notation/multiple-scores-in-a-book

I hope that's helps!

--

Mark Witmer

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to