lilypond-user
[Top][All Lists]
Advanced

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

Re: Fingering position inside chords


From: David Kastrup
Subject: Re: Fingering position inside chords
Date: Tue, 19 Sep 2017 21:51:09 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux)

Marco Bianchi <address@hidden> writes:

> 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 
> }
>   >>
> }

You could use something like

\version "2.19.65"
\language "english"

\relative c {
  \clef "treble_8"
  \time 3/8
  \key a \major
  { \set fingeringOrientations = #'(left) <bs,-4 ds-2 gs-\tweak X-offset -3.5 
-3> <bs-4 ds-2 gs-3>4 }
}
It's not particularly great, I'll readily admit.  But at least you can
do something.

-- 
David Kastrup

reply via email to

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