lilypond-devel
[Top][All Lists]
Advanced

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

AccidentalSuggestion problem


From: Greg Swinford
Subject: AccidentalSuggestion problem
Date: Thu, 8 May 2008 01:57:41 -0700 (PDT)

I'm not sure whether this bug has already been reported, but accidental
suggestions don't seem to mix well with tied notes. The following example
produces a lot of "warning: an outside-staff object should have a direction,
defaulting to up" messages and the clef and time signature are above the
stave lines. Removing the break moves the clef and time signature back to
their normal place, but the final barline moves upwards instead.

Setting suggestAccidentals to ##f directly after the tie fixes the problem,
but this is not a desirable solution, as when there is a line break this
accidental will be displayed in the wrong place.

Thanks,
Greg.


\version "2.11.43"

melody = \relative c''
{
        \set suggestAccidentals = ##t
        g2 fis ~ fis g ~ g fis ~ \break fis g
}

\score
{
        \new Staff = "melody" \melody
}

-- 
View this message in context: 
http://www.nabble.com/AccidentalSuggestion-problem-tp17122589p17122589.html
Sent from the Gnu - Lilypond - Dev mailing list archive at Nabble.com.





reply via email to

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