On 23/04/13 05:33, Kale Good wrote:
Hi All,
I'm using lilypond to create a guitar method book; I'm using a lot of
tab. I was wondering if there was a way to create a shortcut for \set
Tabstaff.minimumFret =
I started using this the other day for right hand fingerings
#(define RH rightHandFinger)
and was hoping something like this would work, but I've not had any
luck yet.
#(define TabStaff.minimumFret)
For right-hand fingering, even shorter would be to define
% shortcuts for stroke finger indications
% can't use a or p, so use upper case for all
P=\rightHandFinger #1
I=\rightHandFinger #2
M=\rightHandFinger #3
A=\rightHandFinger #4
and then you can just use, for example, <a-\P >.
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user