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
>>
}
and I am using \break to break lines, inside the \up markup.
I just wanted to say that some of those are page breaks. And those
breaks need to be "shared" with lilypond-book, as it is it who lays out
each line image in the sheet.
Thanks
Alberto
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user