Hi to all!
In this example the chord with \arpeggio and finger: collision among arpeggio 
and rest.
But without finger no collision?
Any idea?
Thanks
\version "2.15.8"
global = {
  \key a \major
  \time 2/4
}

cGO = \relative c {
  \global
  <a'-1>8 b\rest \arpeggioArrowUp <a cis e a>\arpeggio b\rest|\bar "|."
}

cGT = \relative c {
  \global
  \set fingeringOrientations = #'(right)
  a8 a\rest <a e'-3>\arpeggio a\rest|
}

\book {
  \score {
    \new Staff \with {
      \consists "Span_arpeggio_engraver"
      midiInstrument = "acoustic guitar (nylon)"
    } { \clef "treble_8" \set Staff.connectArpeggios = ##t << \cGO \\ \cGT >> }
    \layout { indent=5 }
  }
}
-- 
oiram/bin/selom
MkarlM-HomePage 
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to