Thanks for help! I asked that in context with TAB with right hand solution. May be the complete solution is interesting for others as well?

\version "2.18.2"

#(define RH rightHandFinger and with capital letters)
\new TabStaff \relative c {
  c-\RH #1 e-\RH #2 g-\RH #3 c-\RH #4
}

\layout {
  \context {
    \TabStaff
      \override StrokeFinger.digit-names = ##("P" "I" "M" "A" "X")
    \consists New_fingering_engraver
    strokeFingerOrientations = #'(down)
  }
}


Am 28.01.2018 um 12:34 schrieb Thomas Morley:
2018-01-28 11:58 GMT+01:00 Blöchl Bernhard <[email protected]>:
How to get capital letters for right hand fingering? I add an example code.

#(define RH rightHandFinger)
\new Staff \relative c' {
    \set strokeFingerOrientations = #'( down)
   c-\RH #1 e-\RH #2 g-\RH #3 c-\RH #4
}


#(define RH rightHandFinger)
\new Staff \relative c' {
   \override StrokeFinger.digit-names = ##("P" "I" "M" "A" "X")
   \set strokeFingerOrientations = #'(down)
   c-\RH #1 e-\RH #2 g-\RH #3 c-\RH #4
}

HTH,
   Harm


_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to