On 03/08/13 18:55, bb wrote:
Am 03.08.2013 02:30, schrieb Kale Good:
Hello,
I'm working with right hand fingerings and finding some pretty nasty
collisions. Any way to mend this?

Thanks,
Kale

\version "2.16.2"

rh = #rightHandFinger


Try
#(define rh rightHandFinger)
instead of
%rh = #rightHandFinger


Actually, better to use

P = \rightHandFinger #1
I = \rightHandFinger #2
M = \rightHandFinger #3
A = \rightHandFinger #4

and then you can use <c-\I > to indicate the i finger. Can't use lower case for the indications as a is a note name and \p is a dynamic marking.

I also create a bunch of variables to shorten the commands for setting the orientation of fingering, stroke fingering, and string numbers.

fl = \set fingeringOrientations = #'(left)
fr = \set fingeringOrientations = #'(right)
fu = \set fingeringOrientations = #'(up)
fd = \set fingeringOrientations = #'(down)
sfl = \set strokeFingerOrientations = #'(left)
sfr = \set strokeFingerOrientations = #'(right)
sfu = \set strokeFingerOrientations = #'(up)
sfd = \set strokeFingerOrientations = #'(down)
snl = \set stringNumberOrientations = #'(left)
snr = \set stringNumberOrientations = #'(right)
snu = \set stringNumberOrientations = #'(up)
snd = \set stringNumberOrientations = #'(down)




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

Reply via email to