lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: automatic page breaks changed for 2.9.8?


From: Joe Neeman
Subject: Re: automatic page breaks changed for 2.9.8?
Date: Fri, 09 Jun 2006 10:34:50 +1000

On Thu, 2006-06-08 at 17:17 -0700, Paul Scott wrote:
> A part produced with:
> 
> \book {
>     \score { }
>     \score { }
> }
> 
> Using 2.9.8 seems to force a page break at the end of a movement 
> (\score) whether there is room for part of the next movement or not.  
> That is unless there is room for the next whole movement.  This is very 
> neat but if there is not a way for a choice I think there should be.  
> 2.8.4 does the more normal page breaking.
> 
> I can produce my example if necessary.

Please do. The following example works for me on 2.9 CVS (the first 4
systems of the second score are on the bottom of the first page)

\book {
  \score { {\repeat unfold 55 {a b c d}} }
  \score { {\repeat unfold 55 {a b c d}} }
}

Joe





reply via email to

[Prev in Thread] Current Thread [Next in Thread]