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: Thu, 26 May 2016 10:23:30 +0100
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.1.0



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
    >>
}


This thread kind of died before I got a good answer.
As far as I could understand, the solution is to create two bookparts from the same music?

If I could make lilypond-book generate some kind of markup into the generated tex file, i might be able to post-processing with Perl.

Need to do some experiments...
Thanks
alberto



reply via email to

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