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. _______________________________________________ lilypond-devel mailing list lilypond-devel@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-devel