bug-lilypond
[Top][All Lists]
Advanced

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

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


From: Xavier Scheuer
Subject: Changing staff manually causes "couldn't fit music on page"
Date: Thu, 19 Aug 2010 20:55:51 +0200

[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]