Comment #1 on issue 3384 by [email protected]: Wrong placed note-heads while modifiying 'staff-space
http://code.google.com/p/lilypond/issues/detail?id=3384

It should be noted that small adjustment tilt the balance back and forth:
You get staggered noteheads with
(magstep -3)
and unstaggered noteheads with
(magstep -3.0000000000001)
but staggered noteheads again with
(magstep -3.000000000001)

So it would appear that here is a numeric race between two values derived from the same source which should likely be the same but can be slightly different, triggering different behavior.

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

Reply via email to