Re: pageBreak problem

2006-03-11 Thread Graham Percival
On 8-Mar-06, at 3:22 PM, Graeme St.Clair wrote: Aha! The online doc you gave me states that "piece" is necessary as well as "breakbefore"! This is not in "lilypond.pdf", or at any rate not near any reference to "breakbefore". With that hint, and the suggestion from Sec 3.7.1 about suppleme

Re: pageBreak problem

2006-03-08 Thread Graeme St.Clair
der info inside two \score's, I was able to get exactly the result I wanted. Once again, many thanks. Rgds, G. - Original Message - From: "Mats Bengtsson" <[EMAIL PROTECTED]> To: "Graeme St.Clair" <[EMAIL PROTECTED]> Cc: Sent: Wednesday, March 08,

Re: pageBreak problem

2006-03-08 Thread Mats Bengtsson
OK! When I browse through your code a second time, I realize that you have already pointed out the problematic line yourself: \score { \context PianoStaff << \pageBreak % Has to be here, but bug seems to create extra empty staff First of all, the \pageBreak command doesn't work

Re: pageBreak problem

2006-03-08 Thread Graeme St.Clair
will make it thru to the list!). Rgds, G. - Original Message - From: "Mats Bengtsson" <[EMAIL PROTECTED]> To: "Graeme St.Clair" <[EMAIL PROTECTED]> Cc: Sent: Tuesday, March 07, 2006 2:02 PM Subject: Re: pageBreak problem One thing that caught my attention

Re: pageBreak problem

2006-03-07 Thread Mats Bengtsson
One thing that caught my attention was that you have Lyrics contexts within a Staff context. Try to move them outside the \context Staff = tenoo << ... >>. I'm not sure if that's the problem here, but it's at least a common source of problems. /Mats Quoting "Graeme St.Clair" <[EMAIL PROTEC

Re: pagebreak problem

2005-09-11 Thread Aaron Mehl
Thanks exactly what I wanted and btw one of the best written docs you have done, clear and to the point. :)> Aaron --- Graham Percival <[EMAIL PROTECTED]> wrote: > > On 11-Sep-05, at 7:55 AM, Aaron Mehl wrote: > > > I have a document where one line falls on a second > > page. > > See the "ver

Re: pagebreak problem

2005-09-11 Thread Henrik Frisk
Aaron Mehl <[EMAIL PROTECTED]> wrote: > Hi all, > I have a document where one line falls on a second > page. > > I tried the following: > I reduced the #(set-global-staff-size 20 ) to > #(set-global-staff-size 18) > but that didn't help. > > I tried a noPageBreak before that line but when I >

Re: pagebreak problem

2005-09-11 Thread Graham Percival
On 11-Sep-05, at 7:55 AM, Aaron Mehl wrote: I have a document where one line falls on a second page. See the "vertical spacing" in the most recent version of the 2.7 manual; I added an example that does exactly what you want. Cheers, - Graham __