lilypond-devel
[Top][All Lists]
Advanced

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

another severe layout bug


From: Werner LEMBERG
Subject: another severe layout bug
Date: Wed, 21 Feb 2007 06:35:50 +0100 (CET)

[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


reply via email to

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