Bonjour Stéphane,
The example you want shows three voices while your file has only two...
So I'd do something like:
\version "2.20.0"
\new Staff \relative c' <<
\new Voice {
\voiceOne
\set fingeringOrientations = #'(left)
<d'-1>2
}
\new Voice {
\voiceTwo
\set fingeringOrientations = #'(left)
<c-\tweak X-offset #-1 -4>4
}
\new Voice {
\voiceThree \stemDown %% or simply \voiceFour
\set fingeringOrientations = #'(left)
\set stringNumberOrientations = #'(down)
<g-3\4>2
}
>>
HTH, cheers,
Pierre
Le dim. 30 mai 2021 à 23:24, Stéphane Labbé <[email protected]> a
écrit :
> Hello,
>
> I'm trying to put fingering information in a lilypond file and the result
> I get is not correct.
>
> I extracted a simple case in the file attached.
>
> With lilypond, I get that :
>
> [image: image.png]
>
> The for is displayed in the same place that the note...
>
> I try to have something like that :
>
> [image: image.png]
>
> Is there someone that has an idea to help me ?
>
> Thanks,
> Stéphane.
>