On 05/16/2013 07:14 AM, Carl Peterson wrote:
How would I go about forcing a page break after a score's header (before the
actual music)? In preparing slides for my psalter project, I want to generate
title cards before the first slide of each score. So far, everything I'be tried
either generates an error or leaves the first system on the page (such as when
I tried vspace-ing it off the page). I didn't see anything in the manual to
allow this.
Cheers,
Carl
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user
Insert some empty markup before the pageBreak, before the \score:
\markup{}
\pageBreak
\score {
...
}
Rutger
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user