Comment #4 on issue 3729 by [email protected]: If AccidentalSuggestion and a slur are attached to a note a warning is issued
http://code.google.com/p/lilypond/issues/detail?id=3729

The same warning occurs for TrillPitchAccidental, where it makes even less sense.

\relative c' {
% OK
\pitchedTrill d2\startTrillSpan ~ e d4. r8\stopTrillSpan

% warning: Ignoring grob for slur: TrillPitchAccidental. avoid-slur not 
set?
% But the slur is nowhere near colliding with the trill pitch accidental!
c4 ( \pitchedTrill d4\startTrillSpan e ~ d4. ) r8\stopTrillSpan
}


--
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