Dominik Baenninger wrote:
Dear Mats

Thanks for your answer.


I cannot find the relevant entry in the manual, but I'm sure
it's described there somewhere.
Anyway, the simple solution is to make a new \score{...} for each
new movement. LilyPond will not typeset the full title again, but if
you add a \header{...} section to each score like
\score{
  ...
  \header{
    piece = "Movement title"
  }
}



This is just what I found somewhere. But lilypond processes it in such a way that it generates a new page for every next movement. This might be ok for scores, but for a single part I rather would like that the next movement is continously connected to the previous movement without having a page break .... any idea?

If the first piece only has one or a few lines, LilyPond doesn't add any page break before the next piece (actually, the page breaks are determined by LaTeX when it processes the LilyPond TeX output).

    /Mats


_______________________________________________ lilypond-user mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/lilypond-user

Reply via email to