Hello,

Am 15.12.2013 12:01, schrieb James:
Simon

On 12/12/13 22:17, Simon Albrecht wrote:
Hello,

if both an AccidentalSuggestion and a slur are attached to a note, LilyPond places both as expected, but issues a warning about avoid-slur not being defined for AccidentalSuggestion. The appropriate solution would probably be to just insert a line (avoid-slur . around) [the latter probably being the adequate value] as a first entry for the definition of AccidentalSuggestion in define-grobs.scm .
Let me know if you need any examples of this.
Best regards

Simon Albrecht

_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond
I didn't see any reply to this.

Did you get one?

If not can you provide a tiny example

http://lilypond.org/tiny-examples.html

James

\version "2.17.95"

\relative { \set suggestAccidentals = ##t g'( a bes) }


The warning issued is the following:

C:/Dokumente und Einstellungen/Notebook/Eigene Dateien/Notensatz (lilypond)/Bugs in Minimal Example/issued or outdated/accidentalSuggestion and avoid-slur.ly:4:19: warning: Ignoring grob for slur: AccidentalSuggestion. avoid-slur not set?
         g'( a
              bes)

I already tried the above described solution in define-grobs.scm and there is no warning. The output is not affected in the present case, but might be in other cases where there would be a collision.

Regards,

Simon

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

Reply via email to