2015-12-08 19:36 GMT+01:00 Federico Bruni <f...@inventati.org>:
> 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

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to