lilypond-user
[Top][All Lists]
Advanced

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

Re: Page Break in Lilypond-book


From: Alberto Simões
Subject: Re: Page Break in Lilypond-book
Date: Sat, 4 Jun 2016 20:17:35 +0100
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.1.1



On 26/05/16 10:23, Alberto Simões wrote:


On 16/05/16 19:32, Alberto Simões wrote:


On 16/05/16 18:50, David Wright wrote:
On Sat 14 May 2016 at 15:34:30 (+0100), Alberto Simões wrote:
> It seems that \pageBreak is not honored by Lilypond.
> I found an old post [1] that seems to state that it is needed to
> enclose each portion in a different \book block (?).
>
> Can anybody confirm? Or explain the better way to force page break
> from within a .ly file, to happen in the lilypond-book tex file?
I'm not experienced with lilypond-book, but is it as simple as
using \bookpart to make the page breaks? Or are you trying to
make \pageBreaks within a \score? I think you might need to give
more context, ie an example of the structure of your file with
the \book \bookpart \score commands, and indicating where the
page breaks are that you want to force.

I am trying to break inside a score.
In fact, my "main document" is only:

\score{
    \new PianoStaff <<
    \new Staff = "up"   \up
    \new Dynamics = "dynamics" \dynamics
    \new Staff = "down" \down
    >>
}



Tried to create two bookparts, but lilypond-book still doesn't change pages where I want.

Anybody with expertise on lilypond-book who can give me a hint on how to force, from lilypond code, a new page in the lilypond-book output??


Thank you
Alberto





reply via email to

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