Re: No pagebreaks within a score?

2006-04-05 Thread Mats Bengtsson
tween scores where I know pagebreaks should fall, but it doesn't seem to do anything. Does anyone have any suggestions? ___ lilypond-user mailing list lilypond-user@gnu.org http://

Re: No pagebreaks within a score?

2006-04-04 Thread Carrick Patterson
nother piece or > two, and then the remainder on the next page, and this condition simply > propagates through the book. > > I've tried adding \score { \pageBreak } between scores where I know > pagebreaks should fall, but it doesn't seem to do anything. > > Does anyo

No pagebreaks within a score?

2006-04-04 Thread Buddha Buck
mply propagates through the book. I've tried adding \score { \pageBreak } between scores where I know pagebreaks should fall, but it doesn't seem to do anything.Does anyone have any suggestions? ___ lilypond-user mailing list lilypond-user@gnu.org htt

Re: Forcing pagebreaks in multi-score book

2005-06-02 Thread Sven Axelsson
> From: Mats Bengtsson [mailto:[EMAIL PROTECTED] > > Then my original proposal with, >possiblebreak = ##t >\score { \include ... } >possiblebreak = ##f > should work just fine. Where in the file do you get the syntax error? At the point of possiblebreak = ##t. Note that this is insid

Re: Forcing pagebreaks in multi-score book

2005-06-02 Thread Mats Bengtsson
Then my original proposal with, possiblebreak = ##t \score { \include ... } possiblebreak = ##f should work just fine. Where in the file do you get the syntax error? /Mats Sven Axelsson wrote: From: Mats Bengtsson [mailto:[EMAIL PROTECTED] Subject: Re: Forcing pagebreaks in multi

RE: Forcing pagebreaks in multi-score book

2005-06-02 Thread Sven Axelsson
> From: Mats Bengtsson [mailto:[EMAIL PROTECTED] > Subject: Re: Forcing pagebreaks in multi-score book > > If I were to do something like this, I would probably put the > full \score{...} in the included file. This was also the structure > I had in mind when writing the previo

Re: Forcing pagebreaks in multi-score book

2005-06-02 Thread Mats Bengtsson
TECTED] Subject: Re: Forcing pagebreaks in multi-score book One hackers solution would be to include \score{ ... \header{ ... breakbefore = \possiblebreak } } in each score file. In the top level file doing the includes, you can then define possiblebreak=##f at the top of the file an

RE: Forcing pagebreaks in multi-score book

2005-06-02 Thread Sven Axelsson
> From: Mats Bengtsson [mailto:[EMAIL PROTECTED] > Subject: Re: Forcing pagebreaks in multi-score book > > One hackers solution would be to include > > \score{ >... >\header{ > ... > breakbefore = \possiblebreak >} > } > > in ea

Re: Forcing pagebreaks in multi-score book

2005-06-02 Thread Mats Bengtsson
One hackers solution would be to include \score{ ... \header{ ... breakbefore = \possiblebreak } } in each score file. In the top level file doing the includes, you can then define possiblebreak=##f at the top of the file and possiblebreak=##t before you include a file where yo

Forcing pagebreaks in multi-score book

2005-05-30 Thread Your Name
Lilypond 2.5.25 Windows. Excellent that we finally have a 2.5 version for Windows. I am starting to assemble a book whilch will be made up of many separate files put together like this: \book { \header { title = "Book title" } \score { \include "file1" } \score { \include "file2" }

Re: pagebreaks

2005-02-10 Thread Mats Bengtsson
According to http://lists.gnu.org/archive/html/lilypond-devel/2004-11/msg00248.html it's not directly supported for the moment. However, one possible fix is to include an extra score which only contains an empty line followed by a page break followed by a new empty line: \score{\new Lyrics \lyric

pagebreaks

2005-02-08 Thread Jean-marc LEGRAND
No answer anyone ? Have a nice night ! ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

pagebreaks with 2.4.2

2005-02-08 Thread Jean-marc LEGRAND
Dear list , Even if there has been several discussions upon this subject, I still don't understand how to use \pagebreak. When I moved to 2.4.2 on XP, I converted my 2.2.5 .ly and the \newpage within the header block in my main .ly became \\page break : \version "2.4.0" #(set-global-staff-

semi-automatic pagebreaks

2004-01-19 Thread Simon Bailey
ges, it is customary to insert page breaks only where the player has at least one bar rest. if i do this manually in lilypond, i will often end up with weird results. would there be a way for lilypond to automagically place pagebreaks at convenient locations if a) the score will extend over more than t