Well, here's a possibility:

\version "2.19.36"

\new Staff <<
  \clef "G_8"
  \new Voice {
    \voiceOne
    <a'-4>4 d'\rest <fis'-1> d'\rest
  }
  \new Voice {
    \voiceTwo
    \set fingeringOrientations = #'(down)
    <b,-2>4 e\rest d e\rest
  }
  \new Voice {
     \voiceThree
     \set fingeringOrientations = #'(left)
     <c'-3>4 s
     \stemDown
     \set fingeringOrientations = #'(down)
     \once\override Fingering.staff-padding = #'()
     \once\override NoteColumn.force-hshift = #0
     <c'-4 d'-2>
     s
  }
>>

and, of course, you can offsets fingerings to adjsut them as you like.
Cheers,
Pierre

2016-03-02 15:59 GMT+01:00 Thomas Scharkowski <[email protected]>:

> -------- Original-Nachricht --------
>
>> On 02.03.2016 15:17, Thomas Scharkowski wrote:
>>
>>> -------- Original-Nachricht --------
>>>
>>>> Thomas Scharkowski <[email protected]> writes:
>>>>
>>>> \version "2.19.36"
>>>>> {
>>>>>     \set fingeringOrientations = #'(left right)
>>>>>     <d'-2 c'-4>
>>>>> }
>>>>>
>>>>> gives right-orientated fingerings.
>>>>> Is this intended?
>>>>>
>>>>
>>>> Why wouldn't it be intended?  You give LilyPond the choice of putting
>>>> them right, and LilyPond avails itself of that option.  If that is not
>>>> what you want, remove the "right" and LilyPond will put the fingerings
>>>> left.
>>>>
>>>> I'd like to reproduce an example from Napoleon Coste, Méthode complète
>>> pour la Guitare... (No. 28 of "31 LEÇONS ET EXERCICES", last but one
>>> chord).
>>>
>>
>> Would you mind giving us a link, or better, an image?
>>
>> Here is a link:
> http://www2.kb.dk/elib/noder/rischel/RiBS0790.pdf
>
> Thomas
>
>
>
>
> _______________________________________________
> lilypond-user mailing list
> [email protected]
> https://lists.gnu.org/mailman/listinfo/lilypond-user
>
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to