Hi, James:

I had three movements, which I put into separate include files.
I wanted a page break between movement one and movement two.

If you're using \book (implicitly or explicitly), use breakbefore = ##t in the header after the desired page break, e.g.,

\score
{
        %% mvt 1 notes, staves, etc.
}

\score
{
        %% mvt 2 notes, staves, etc.
        \header
        {
                breakbefore = ##t
                %% other header stuff (like mvt 2 titles, subtitles, etc.)
        }
}

Good luck!
Kieren.


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

Reply via email to