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
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user