bug-lilypond
[Top][All Lists]
Advanced

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

Re: Changing staff manually causes "couldn't fit music on page"


From: Phil Holmes
Subject: Re: Changing staff manually causes "couldn't fit music on page"
Date: Thu, 19 Aug 2010 20:30:00 +0100

This example does not look as good as it did on 2.12 - the layout is much tighter, with 10 systems on the first page, as opposed to 8 under 2.12 - not sure it's an actual bug, though? Using 2.13.30 I get no errors with the compilation.

--
Phil Holmes
Bug Squad


"Xavier Scheuer" <address@hidden> wrote in message news:address@hidden
[This is another BUG, although the message is quite...
similar!  ;-D]

Hi Joe!

A recent message from  胡海鹏 - Hu Haipeng  pointed out that the changing
staff manually (\change Staff = staffName) do not seem to be well
handled by the page breaking system.
It causes the "couldn't fit music on page" warning and the systems are
"piled up" in the first page.

As a minimal example I just took the "Changing staff manually" snippet
but repeated unfold 64 to show it up.

Could you please have a look at it?

Many thanks in advance.


music = \repeat unfold 64 {
 <e' c'>8
 \change Staff = "down"
 g8 fis g
 \change Staff = "up"
 <g'' c''>8
 \change Staff = "down"
 e8 dis e
 \change Staff = "up"
}

\new PianoStaff <<
 \new Staff = "up" {
   \music
 }
 \new Staff = "down" {
   \clef bass
   % keep staff alive
   s1*64
 }



Cheers,
Xavier

--
Xavier Scheuer <address@hidden>




reply via email to

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