Re: many short pieces - page breaks

2007-05-24 Thread Tom Permutt
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

Re: many short pieces - page breaks

2007-05-24 Thread Mats Bengtsson
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 {

Re: many short pieces - page breaks

2007-05-24 Thread Tom Permutt
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

Re: many short pieces - page breaks

2006-08-14 Thread Rick Hansen (aka RickH)
> > 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

Re: many short pieces - page breaks

2006-08-14 Thread Nicolas Sceaux
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

many short pieces - page breaks

2006-08-14 Thread Tom Permutt
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