Hello,
I'm using lilypond 2.10.0 on Windows, and have an 'issue' with the
suggestedAcctidentals command. Below is a .ly file that demonstrates the
problem:
\version "2.10.0"
bugNotes = \relative c
{
\key f \major
\clef bass
\time 2/2
d16
\set suggestAccidentals = ##t
ees
\set suggestAccidentals = ##f
a, g a g a bes c8 g e! c |
}
\score {
\context Staff=bug <<
\bugNotes
>>
\layout
{
}
}
As you can see, the beams and the accidental collide.
I cannot find anything in the documentation that covers the placement of the
suggested accidental, which is why I consider this a bug!
Any suggestions as to how I get the accidental drawn correctly would be
appreciated.
Thanks for an otherwise excellent program!!
R
_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond