lilypond-user
[Top][All Lists]
Advanced

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

Re: pageBreak fails


From: Kieren Richard MacMillan
Subject: Re: pageBreak fails
Date: Fri, 26 May 2006 16:09:53 -0400

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.




reply via email to

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