Am 01.04.2018 um 06:37 schrieb Mark Stephen Mrotek:
I compiled

\version "2.19.80"

\relative c'' {
   g2 (\pitchedTrill a) \startTrillSpan bes
   r4\stopTrillSpan }

No warning! Check the version you are using.

I get the warning both with 2.19.80 and 2.19.81 (and with 2.18.2 and current master too).

If you just want to get rid of the warning, you could either expect it:

  #(ly:expect-warning "Ignoring grob for slur: TrillPitchAccidental")

or set avoid-slur to some value:

  \override TrillPitchAccidental.avoid-slur = #'inside

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to