Hello,
When using arpeggios in chords with too many accidentals, the arpeggio
is often pushed far back, sometimes so far it comes to the previous bar
and collides with previous notes. E.g.:
\version "2.19.32"
{
R1
r4 <fis dis cis>4\arpeggio r2
f4 f f f
r4 <fis dis cis>4\arpeggio r2
}
producing:
http://s30.postimg.org/6hamd8e8h/Screenshot_from_2016_02_25_23_57_37.png
When the same thing happens with cross staffed arpeggios, the result can
be quite absurd. E.g.:
\version "2.19.32"
A = {
r4
cis''4\arpeggio r2 |
}
B = {
\clef "bass"
r4
<fis, dis, cis,>4\arpeggio r2
}
\new PianoStaff \with {
connectArpeggios = ##t
} <<
\new Staff \A
\new Staff \B
>>
producing:
http://s30.postimg.org/q0f7mld01/Screenshot_from_2016_02_26_00_03_15.png
Cheers,
Gilberto
_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond