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.
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user