lilypond-user
[Top][All Lists]
Advanced

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

Re: Right Hand Fingering Colision


From: Nick Payne
Subject: Re: Right Hand Fingering Colision
Date: Sat, 03 Aug 2013 19:43:47 +1000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130623 Thunderbird/17.0.7

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)






reply via email to

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