lilypond-user
[Top][All Lists]
Advanced

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

Re: many short pieces - page breaks


From: Tom Permutt
Subject: Re: many short pieces - page breaks
Date: Wed, 23 May 2007 18:04:45 -0700 (PDT)

This turns out to be easy but obscure.

\layout {
\context { \Score 
        \override NonMusicalPaperColumn #'page-break-permission = ##f 
}}

will suppress all page-breaks within each score.  The only problem then is,
if there are nothing but scores, there is no place left to put breaks:  lily
will not recognize _between scores_ as a special case.  This is solved by
adding something other than scores, namely markup, between scores.  The
markup text can be null, thus:

\score {music}
\markup {}
\score {other music}

-- 
View this message in context: 
http://www.nabble.com/many-short-pieces---page-breaks-tf2103365.html#a10775834
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.





reply via email to

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