I see that issue 10 is closed
(http://code.google.com/p/lilypond/issues/detail?id=10). However, I'm
still seeing similar behavior. The attached is from the actual score.
If I take out the accidentals it looks right. I can also remove the
acciacatura from the low voice to keep the arpeggio on the correct
side of the bar line. Let me know if there's anything else you want me
to do with this. Thanks!

-----Jay

\version "2.11.13"

\paper
{
 ragged-right = ##f
}

\new Staff
\relative c
{
 \time 6/8
 \key f \major
 \clef bass
 R2.*2 |
 << {<aes' ces f>2.\arpeggio} \\ {\acciaccatura des,,8 \voiceTwo des2.} >> |
 <<
   {
     <des' ges bes des>4.~\arpeggio <des ges bes des>8
   }
   \\
   {
     \acciaccatura ges,8 \voiceTwo ges4.~ ges8
   }
 >>
}

Attachment: arpeggio-collision.png
Description: PNG image

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

Reply via email to