[This is git 52c3eafc2f58157f678fca96328920a832c430eb, 2007-02-19 16:14:13]

In my opinion, this and the other bug I've just reported should have
highest priority!  lilypond is nearly unusable currently.


      Werner


======================================================================


\version "2.11.19"

\header { texidoc = "
  The new vertical layout algorithm must handle multiple staves
within a system gracefully.
Here is a very simple counterexample: lilypond fails with
`Can't fit systems on page -- ignoring between-system-padding'
warnings for no good reason, messing up the output.  This is a
very serious bug.
" }

foo = \relative c'' {
  \repeat "unfold" 200 c1
}

bar = \relative c'' {
  \repeat "unfold" 200 c1
}

<<
  \new Staff \foo
  \new Staff \bar
>>

\paper {
  ragged-bottom = ##f
  ragged-last-bottom = ##f
}

% EOF

PNG image

PNG image

_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to