> The problem is that *usually* the title of the next movement fits on the
> same page as the end of the previous one but no music, so I have the
> title of the next movement sitting on the bottom of a page.
> 
> So: is there a way that a top-level markup block can determine if there
> will be at least one system of music coming on the same page?

What about:
     \markup { "Title of second movement" }
     \noPageBreak
     \score {
       % second movement
     }
Then at least one system of music follows the title.

Toine Schreurs

_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to