In this excerpt from a piece I'm typesetting, the first two arpeggios are
fine, but the third collides with the previous note in the right hand's
upper voice. Is there a way to avoid the collision?

\version "2.16.2"

global = {
  \key as \major
  \time 6/8
}

rightOne = \relative c'' {
  \global
  bes16\arpeggio( g' bes f g\arpeggio c, bes4.)\arpeggio
}

rightTwo = \relative c' {
  \global
  d4\arpeggio es8\arpeggio f16\arpeggio g bes f g bes, 
  
}

left = \relative c {
  \global
  <bes aes'>4\arpeggio <bes aes' c>8\arpeggio <bes aes' d>4.\arpeggio 
  
}

\score {
  \new PianoStaff 
  <<
    \set PianoStaff.connectArpeggios = ##t
    \new Staff = "right" \with {\consists "Span_arpeggio_engraver"} <<
\rightOne \\ \rightTwo >>
    \new Staff = "left" { \clef bass \left }
  >>
}



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/Cross-staff-cross-voice-arpeggio-colliding-with-previous-note-tp146197.html
Sent from the User mailing list archive at Nabble.com.

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to