Maybe somebody is interested in the complete solution, TAB with right
hand fingering AND with capital letters (from Thomas Morley)?
\version "2.18.2"
#(define RH rightHandFinger)
\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)
}
}
Thanks to all helpers!
Am 28.01.2018 um 12:52 schrieb bb:
Thanks for help! Problem solved.
Regards
Am 28.01.2018 um 12:15 schrieb Pierre Perol-Schneider:
Hi Bernhard,
Try :
\version "2.18.2"
#(define RH rightHandFinger)
\new TabStaff \relative c {
c-\RH #1 e-\RH #2 g-\RH #3 c-\RH #4
}
\layout {
\context {
\TabStaff
\consists New_fingering_engraver
strokeFingerOrientations = #'(down)
}
}
Cheers,
Pierre
2018-01-28 11:46 GMT+01:00 Blöchl Bernhard
<[email protected]
<mailto:[email protected]>>:
The left hand fingering is defined in the TAB, but how to get
right a hand fingering?
I tried this:
#(define RH rightHandFinger)
\new TabStaff \relative c {
\set strokeFingerOrientations = #'( down)
c-\RH #1 e-\RH #2 g-\RH #3 c-\RH #4
}
Compiles, but without fingering
Thanks for Help
PS: I ask for capital letters for the right hand fingering in a
separate thread.
_______________________________________________
lilypond-user mailing list
[email protected] <mailto:[email protected]>
https://lists.gnu.org/mailman/listinfo/lilypond-user
<https://lists.gnu.org/mailman/listinfo/lilypond-user>
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user