lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Cross staff/cross voice arpeggio colliding with previous note


From: Michael Rivers
Subject: Cross staff/cross voice arpeggio colliding with previous note
Date: Wed, 22 May 2013 08:22:54 -0700 (PDT)

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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]