Issue 601: Accidentals cause cross-staff or cross-voice arpeggio collisions
http://code.google.com/p/lilypond/issues/detail?id=601
Comment #2 by v.villenave:
A possible workaround is to set #'infinite-spacing-height = ##t
whenever it occurs.
Here's a related example with one stave and two voices where the
arpeggio collides with the time signature:
\version "2.11.42"
\paper { ragged-right = ##t }
\new Staff
\with
{
\consists "Span_arpeggio_engraver"
}
\relative c''
{
\set Staff.connectArpeggios = ##t
<<
{ces\arpeggio}
\\
{es,\arpeggio }
>>
}
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond