bug-lilypond
[Top][All Lists]
Advanced

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

Re: Issue 2180 in lilypond: beams are detached from stems


From: Keith OHara
Subject: Re: Issue 2180 in lilypond: beams are detached from stems
Date: Thu, 12 Jan 2012 03:12:54 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

 <lilypond <at> googlecode.com> writes:


> think I've found the problem.  Dot_column::calc_positioning_done, which is  
> chained to dots as an x_parent_positioning callback, calls position_less.   
> This is lethal - it looks up unpure Y extents at a time where they need to  
> be calculated purely.  I have no clue how lilypond survived for so long  
> without this surfacing.
> 

Well, the dots are only calculating their staff-position, the integer that
says which line or space their parent note is on.  I don't know if that is
pure or not, but it seem that it should be known before line-breaking.

Or, I could just removing the piece of code that depends on dots' staff-
position, and I still see bug 2180.




reply via email to

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