On 02/04/14 13:22, Branko wrote:
when I use,
#(define RH rightHandFinger)
and then later,
\RH #3, for example.. it works..
but I want to further enhance this so I tried:
#(define RHm rightHandFinger #3)
and then,
\RHm, but that does not work..
What should I do to make that shortcut work? Thanks.
My stroke fingering shortcuts are like so:
% shortcuts for stroke finger indications
% can't use lower case a or p, so use upper case for all
P=\rightHandFinger #1
I=\rightHandFinger #2
M=\rightHandFinger #3
A=\rightHandFinger #4
% and then, for example
\relative {
\override Fingering.staff-padding = #'()
\override StrokeFinger.staff-padding = #'()
\override Fingering.add-stem-support = ##f
\override StrokeFinger.add-stem-support = ##t
\set strokeFingerOrientations = #'(up)
\override Fingering.outside-staff-priority = ##f
\override StrokeFinger.outside-staff-priority = ##f
\override Fingering.script-priority = #-99
d'16-\P a'-1-\I fis'-2-\A ( e-0)
}
Nick
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user