Typo, here again:

\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)
    <c-1>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
  }
>>

2016-03-02 16:10 GMT+01:00 Pierre Perol-Schneider <
pierre.schneider.pa...@gmail.com>:

> 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 <t.scharkow...@t-online.de>:
>
>> -------- Original-Nachricht --------
>>
>>> On 02.03.2016 15:17, Thomas Scharkowski wrote:
>>>
>>>> -------- Original-Nachricht --------
>>>>
>>>>> Thomas Scharkowski <t.scharkow...@web.de> 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
>> lilypond-user@gnu.org
>> https://lists.gnu.org/mailman/listinfo/lilypond-user
>>
>
>
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to