lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: custom right-hand fingering


From: Thomas Morley
Subject: Re: custom right-hand fingering
Date: Tue, 8 Dec 2015 21:05:59 +0100

2015-12-08 19:36 GMT+01:00 Federico Bruni <address@hidden>:
> Hi all
>
> I'd like to create a custom right-hand fingering. Where should I look at?
> I've tried looking at the definitions of finger and rightHandFinger in
> music-functions-init.ly, but I don't know how to create a new one.
>
> I'm transcribing a piece from a book which uses this notation to specify
> tapping and the right-hand finger used to produce it:
>
> Tm = tapping with middle finger
> Ti = tapping with index finger
>
> Thanks in advance
> Federico



{
  \set strokeFingerOrientations = #'(up)
  \override StrokeFinger.digit-names = ##("Tp" "Ti" "Tm" "Ta" "Tx")

  c'\rightHandFinger #1
  e'\rightHandFinger #2
  g'\rightHandFinger #3
  c''\rightHandFinger #4
}

Ofcourse there are shortcuts available for \rightHandFinger...

HTH,
  Harm



reply via email to

[Prev in Thread] Current Thread [Next in Thread]