# This bug appears to be similar or identical to issue 601: accidentals
# cause cross-staff arpeggios to collide.
#
# The following example shows the note a4 being struck through by the arpeggio
# lines in both lilypond-2.18.2 and git HEAD (lilypond-2.19.16). The
# attached image shows the output fragment from lilypond-2.19.16.
\version "2.18.1"
\new PianoStaff <<
        \set PianoStaff.connectArpeggios = ##t
        \new Staff \relative c'' { c2.  bes,4\arpeggio }
        \new Staff \relative c' { \clef bass r2 a4 c,\arpeggio }
>>
_______________________________________________
bug-lilypond mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to