[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Issue 312 in project lilypond
From: |
codesite-noreply |
Subject: |
Issue 312 in project lilypond |
Date: |
Fri, 23 Feb 2007 17:19:55 -0800 |
Issue 312: minimum-Y-extent is ignored in vertical spacing
http://code.google.com/p/lilypond/issues/detail?id=312
New issue report by joeneeman:
\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
}
Issue attributes:
Status: Fixed
Owner: joeneeman
Labels: Type-Defect Priority-Medium fixed_2_11_20
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
- Issue 312 in project lilypond,
codesite-noreply <=