On 18/08/11 23:54, Mario Moles wrote:
Hi to all!
In this example the chord with \arpeggio and finger: collision among
arpeggio and rest.
But without finger no collision?
Any idea?
Has always been a problem ever since I started using Lilypond. I keep a
music function to use with arpeggios and fingering:
\version "2.15.8"
arpfinger = #(define-music-function (parser location pad) (number?) #{
\once \override Staff.Arpeggio #'direction = #RIGHT
\once \override Staff.Arpeggio #'padding = #$pad
#})
global = {
\key a \major
\time 2/4
}
cGO = \relative c {
\global
<a'-1>8 b\rest \arpeggioArrowUp \arpfinger #-2.5 <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 }
}
}
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user