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
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,
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
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
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
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
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
>
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
__