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: Mats Bengtsson
Subject: Re: many short pieces - page breaks
Date: Thu, 24 May 2007 16:03:50 +0200
User-agent: Thunderbird 2.0.0.0 (X11/20070326)

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: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================





reply via email to

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