Issue 584: Outside-staff placement uses rough approximations
http://code.google.com/p/lilypond/issues/detail?id=584
New issue report by joeneeman:
%{
Reported by Rune:
The outlines used to detect collisions are way too rough in the case of
dynamics.
%}
\version "2.11.0"
\layout { ragged-last = #
On Fri, 2008-02-29 at 15:55 +0100, Rune Zedeler wrote:
> The outlines used to detect collisions are way too rough in the case of
> dynamics.
>
> \version "2.11.0"
> \layout { ragged-last = ##t }
> {
>\dynamicUp
>d''2 e''8 \< c'' c''4\!
>d''2( e''8)\< c'' c''4\!
>d''2( e''8)\> c''
On Wed, 2008-02-27 at 20:43 +0100, Wilbert Berendsen wrote:
> Hi,
>
> when I set \paper { page-count = 7 } (very current LilyPond) it
> *says* 'Fitting music on 7 pages', but it actually *prints* 6 pages.
> Same with 5: it *says* 5, but prints 4.
I think this is fixed in git but it is hard to te
Rune Zedeler skrev:
If system-count is set then system-stretching does not take place:
Sorry for - eh - triplicate report.
-Rune
___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond
Issue 583: Setting system-count disables stretching inside a system
http://code.google.com/p/lilypond/issues/detail?id=583
Comment #1 by joeneeman:
Duplicate of 325.
Issue attribute updates:
Status: Duplicate
--
You received this message because you are listed in the owner
or CC fields
If system-count is set then system-stretching does not take place:
\version "2.11.41"
mel = \repeat unfold 64 a'32
\paper {
ragged-last-bottom = ##f
system-count = #2 % works if this line is commented out
}
\layout {
\context {
\Score
\override VerticalAlignment #'max-stretch = #30
Centos 5 kde 3.5...
___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond
The outlines used to detect collisions are way too rough in the case of
dynamics.
\version "2.11.0"
\layout { ragged-last = ##t }
{
\dynamicUp
d''2 e''8 \< c'' c''4\!
d''2( e''8)\< c'' c''4\!
d''2( e''8)\> c'' c''4\!
d''2( e''8)\< c'' c''4\!\f
}
In this example we notice the followin