When using cross staff arpeggios a collision can occur if accidentals
cause the arpeggio to be moved to the left too much.
(Possible related issue: 556)
Thanks!
-----Jay
\version "2.11.42"
\paper
{
ragged-right = ##t
}
\book
{
\new PianoStaff
<<
\set PianoStaff.connectArpeggios = ##t
\new Staff="RH" \relative c''
{
r2. <ges aes c ges'>4\arpeggio |
}
\new Staff="LH" \relative c'
{
\repeat unfold 12 aes16 <ees aes c>4\arpeggio |
}
>>
}
It is interesting to note that this does not occur with one staff and
two voices:
\new Staff
\with
{
\consists "Span_arpeggio_engraver"
}
\relative c''
{
\set Staff.connectArpeggios = ##t
<<
{r2. <ges aes c ges'>4\arpeggio |}
\\
{\repeat unfold 12 aes,16 <ees aes c>4\arpeggio |}
>>
}
_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond