Please always tell what LilyPond version you are using!
In the latest development release 2.11.25, there is support for page break
commands to be inserted between two scores or between a score and a markup
or whatever.
/Mats
Tom Permutt wrote:
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}
--
=============================================
Mats Bengtsson
Signal Processing
Signals, Sensors and Systems
Royal Institute of Technology
SE-100 44 STOCKHOLM
Sweden
Phone: (+46) 8 790 8463
Fax: (+46) 8 790 7260
Email: [EMAIL PROTECTED]
WWW: http://www.s3.kth.se/~mabe
=============================================
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user