Dear Readers,

How can i avoid that the arpeggio moves to the left when i also use
lefthandfingering?

P.e

~ Start .ly snippet

\version "2.10.25"
staffClassicalGuitar = \new Staff  {
\set Staff.connectArpeggios = ##t
<<
{ \relative c''
  \set fingeringOrientations = #'(right)
   \override Fingering #'extra-offset = #'(1.2 . 0)
  <e'' c''-2 a'>2.\arpeggio 
}
\\
{ a2.\arpeggio }
>>
}

\score {
    \staffClassicalGuitar
    \layout {
        \context { \Staff
            \consists "Span_arpeggio_engraver"
        }
    }
}
~ End .ly snippet.

Kind regards,

   Peter



-- 
mailto:[EMAIL PROTECTED]



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

Reply via email to