lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Prevent "orphan" markup


From: Toine Schreurs
Subject: Re: Prevent "orphan" markup
Date: Mon, 16 Jan 2017 10:24:07 +0100
User-agent: Mutt/1.5.13 (2006-08-11)

> 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



reply via email to

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