lilypond-auto
[Top][All Lists]
Advanced

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

[Lilypond-auto] Issue 3729 in lilypond: If AccidentalSuggestion and a sl


From: lilypond
Subject: [Lilypond-auto] Issue 3729 in lilypond: If AccidentalSuggestion and a slur are attached to a note a warning is issued
Date: Sun, 15 Dec 2013 13:05:29 +0000

Status: Accepted
Owner: ----
Labels: Type-Defect

New issue 3729 by address@hidden: If AccidentalSuggestion and a slur are attached to a note a warning is issued
http://code.google.com/p/lilypond/issues/detail?id=3729


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


\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


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

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