Marco,
Have a look at http://lilypond.org/doc/v2.18/Documentation/notation/inside-the-staff#fingering-instructions Mark From: lilypond-user [mailto:[email protected]] On Behalf Of Marco Bianchi Sent: Tuesday, September 19, 2017 1:39 AM To: [email protected] Subject: Fingering position inside chords Hi, I'm trying to have all the fingerings aligned to the left as in the picture. Is there a way to move independently every single fingering inside the chord? My workaround (see the code) it's not perfect and uses an hidden note in a second voice. Thank you very much, have a nice day. Marco \version "2.19.65" \language "english" \relative c { \clef "treble_8" \time 3/8 \key a \major << { \hideNotes \once \override Fingering.extra-offset = #'(-4.2 . -1.4) gs''8-3 } \\ { \set fingeringOrientations = #'(left) <bs,-4 ds-2 gs> <bs-4 ds-2 gs-3>4 } >> } -- Marco Bianchi
_______________________________________________ lilypond-user mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-user
