th
\pageBreak and \noPageBreak. If it also operates at top level, it will be a
more natural way to accomplish the same thing.
--
View this message in context:
http://www.nabble.com/many-short-pieces---page-breaks-tf2103365.html#a10784973
Sent from the Gnu - Lilypon
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 {
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-p
>
> I could find the first bad break, put "breakbefore" in the header, and
> repeat. Or, I suppose, I could use "skip" to put \noPageBreak at every
> barline within every score. Either of these seems an awkward solution to
> what must be a common problem. A
Tom Permutt <[EMAIL PROTECTED]> writes:
> I'm setting a "book" of short pieces. Three or four will fit on a page. One
> file of many scores with "piece=" in \header blocks does most of what I
> want. I would like page breaks, however, to happen between rather than
> within pieces.
>
> I could f
put "breakbefore" in the header, and
repeat. Or, I suppose, I could use "skip" to put \noPageBreak at every
barline within every score. Either of these seems an awkward solution to
what must be a common problem. Am I missing something easy?
--
View this message in context:
h