Updates:
Labels: -Patch-review Patch-waiting
Comment #23 on issue 1713 by [email protected]: Whole note/dotted note
collision in polyphony
http://code.google.com/p/lilypond/issues/detail?id=1713
Each of the constants (1.25, 1.35, 0.7 and 0.75) handles a specific
combination of note durations, and the block of code is used only when
voices have notes at the same pitch. So the cases are the four measures in
\relative c'' << { c1 c1 c2 c2 c4 c4 c4 c4} \\ { c2 c2 c4 c4 c4 c4 c1 c1}
plus collisions with chords where both chords
The slight changes are described in comment 12. I think there is another
reg-test change with the last patch, for wholes in the situation of comment
20, but I didn't write down which one. I'll summarize after I next run the
tests.