bug-lilypond
[Top][All Lists]
Advanced

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

Re: Issue 1613 in lilypond: Beamed stems too long when avoiding low note


From: Jay Anderson
Subject: Re: Issue 1613 in lilypond: Beamed stems too long when avoiding low note in other voice
Date: Sat, 16 Apr 2011 13:41:47 -0700

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 }
    >>
  }
}



reply via email to

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