Originally created by: *anonymous
Originally created by: v.villenave
Originally owned by: v.villenave
% This may be related to issue 76 or issue 480.
\version "2.13.3" % has never worked AFAICR.
% A collision occurs with the slur and the accidental.
\relative g'' {
\key g \major
a32 ( f'16)
}
Originally posted by: percival.music.ca@gmail.com
(No comment was entered for this change.)
Labels: -type-Collision Type-Ugly
Originally posted by: mts...@gmail.com
\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.