Comment #2 on issue 796 by [email protected]: Slurs should not collide with accidentals
http://code.google.com/p/lilypond/issues/detail?id=796
\relative g'' {
\key g \major
\override Slur #'details #'edge-attraction-factor = #1
a32 ( f'16)
}
fixes the issue. I'll try to do something that attenuates
edge-attraction-factor as slurs get less X span and more Y.
