On Fri, Apr 15, 2011 at 7:59 AM, <address@hidden> wrote:
Comment #3 on issue 1613 by address@hidden: Beamed stems too long
when avoiding low note in other voice
http://code.google.com/p/lilypond/issues/detail?id=1613
Han-Wen's commit has broken Beam_collision_engraver. One example among
others :
\relative c'' { d32 ees d c b c b a }
I just installed 2.13.60. The code below results in good beams in
2.13.59, but not in 2.13.60. Does this have the same cause as reported
above? Thanks.
-----Jay
\version "2.13.60"
\score
{
\new Staff \relative c''
{
<<
{ ees4. c8 }
\\
{ <a f>8 q q q }
>>
}
}