lilypond-user
[Top][All Lists]
Advanced

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

arpeggio and finger


From: Mario Moles
Subject: arpeggio and finger
Date: Thu, 18 Aug 2011 15:54:10 +0200
User-agent: KMail/1.13.6 (Linux/3.0.0-desktop-nrj.69mib; KDE/4.5.5; x86_64; ; )

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


reply via email to

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