Helge, Welcome!
Mark -----Original Message----- From: lilypond-user [mailto:[email protected]] On Behalf Of Helge Kruse Sent: Sunday, July 26, 2020 11:02 PM To: Thomas Morley <[email protected]> Cc: [email protected] Subject: Re: Position of fingering Hi Mark, Thanks, this was my first intention since I have to put *some* numbers below the system.But I thought I had to use the underscore bar additionally to the hyphen. Just the replacement does the job. Best regards, Helge Am So., 26. Juli 2020 um 14:00 Uhr schrieb Thomas Morley <[email protected]>: > > 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-staf > > f#fingering-instructions > > > > and > > > > http://lilypond.org/doc/v2.20/Documentation/notation/inside-the-staf > > f#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 > -- PGP Fingerprint: EDCE F8C8 B727 6CC5 7006 05C1 BD3F EADC 8922 1F61
