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: Mon, 16 May 2016 19:32:57 +0100
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.0



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



reply via email to

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