The extra-offset solves the problem of closeness between the arpeggio itself and the notes. if the fingering is oriented right, the fingering numbers are still far away. and even with extra-offset on the fingering, there will still be a visible gap between everything (fingers arpeggio and notes) and whatelse came before.
\version "2.10.25" staffClassicalGuitar = \new Staff { \set Staff.connectArpeggios = ##t << { \relative c'' \set fingeringOrientations = #'(left) a'4 <e'' c''-2 a'>2.\arpeggio \override Fingering #'extra-offset = #'(2.2 . 0) \override Staff.Arpeggio #'extra-offset = #'(2.2 . 0.0 ) a'4 <e'' c''-2 a'>2.\arpeggio } \\ {a'4 a2.\arpeggio a'4 a2.\arpeggio } >> } \score { \staffClassicalGuitar \layout { \context { \Staff \consists "Span_arpeggio_engraver" } } } \paper { ragged-right=##t } Any solution for this? Regards Tiago Valentin Villenave wrote: > > 2007/8/14, Peter Terpstra <[EMAIL PROTECTED]>: >> Peter Terpstra in <[EMAIL PROTECTED]> : >> >> > Arpeggio and lefthandfingering >> >> Nobody? >> >> I tried it with " \override Arpeggio #'force-hshift" and differt other >> objectnames but the arpeggio doe not want to come close to the notes when >> there is lefthandfingering. > > Since you put the Span_arpeggio_engraver in the Staff context, you > have to specify it when entering your \override; otherwise LilyPond > doesn't know how to handle it. > > For instance, > \override Staff.Arpeggio #'extra-offset = #'(2.2 . 0.0 ) > does the trick. > > Regards, > Valentin > > > _______________________________________________ > lilypond-user mailing list > lilypond-user@gnu.org > http://lists.gnu.org/mailman/listinfo/lilypond-user > > -- View this message in context: http://www.nabble.com/Arpeggio-and-lefthandfingering-tf4263370.html#a13241971 Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com. _______________________________________________ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user