Am So., 26. Juli 2020 um 13:50 Uhr schrieb Helge Kruse <[email protected]>: > > Hi, > > I want to put the fingering information below the notes. Corresponding to > http://lilypond.org/doc/v2.18/Documentation/notation/inside-the-staff#fingering-instructions > > and > > http://lilypond.org/doc/v2.20/Documentation/notation/inside-the-staff#fingering-instructions > > this should be possible with > > \set fingeringOrientations = #'(down) > > But as the example shwows it doesn't work. I am convinced that Lilypond > is able to do it correctly. Can you help fixing my example? > > Best regards, > Helge > > > % \version "2.18.9" > \version "2.20.0" > \language "deutsch" > > \score { > \new Staff \relative c'' { > \clef bass > \set fingeringOrientations = #'(down) > | g,,8-4 d'-2 h'-1 g-2 d-4 a'-2 d4-1 > } > } >
fingeringOrientations is for in-chord-fingerings use \override Fingering.direction = #DOWN instead Cheers, Harm
