lilypond-devel
[Top][All Lists]
Advanced

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

severe layout bug


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

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


\version "2.11.19"

\header { texidoc = "
  The new vertical layout algorithm must obey @code{minimum-Y-extent}
of the @code{VerticalAxisGroup}.
Here is a counterexample, where the additional vertical space on a
page is applied below the staves instead of inbetween.  This is a
very serious bug.
" }

foo = \relative c'' {
  \override Staff.VerticalAxisGroup #'minimum-Y-extent = #'(0 . 20)
  \repeat "unfold" 60 c1
}

bar = \relative c'' {
  \override Staff.VerticalAxisGroup #'minimum-Y-extent = #'(-20 . 0)
  \repeat "unfold" 60 c1
}

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

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

% EOF

PNG image

PNG image


reply via email to

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