lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [bug?] Unnecessary avoid-slur warning


From: Simon Albrecht
Subject: Re: [bug?] Unnecessary avoid-slur warning
Date: Tue, 20 May 2014 10:19:36 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Thunderbird/24.4.0

See also http://code.google.com/p/lilypond/issues/detail?id=3729 – it’s the same, only that it’s about accidentalSuggestion, not about trillPitchAccidental. Perhaps you add a comment there?

Best, Simon

Am 20.05.2014 05:44, schrieb James Harkins:
It appears that LilyPond 2.18.2 prints a warning if a trill pitch occurs under a slur, regardless of the chance of collision.

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

This fixes it:

\override TrillPitchAccidental.avoid-slur = #'inside

But shouldn't this be a default? When would you seriously want a trill pitch accidental to be outside the slur? Not to mention that it would make no sense to put the trill pitch accidental outside, and the trill pitch head inside.

Small issue, work-around-able, but seems a bit untidy.

hjh

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]