lilypond-user
[Top][All Lists]
Advanced

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

Re: shortcuts for righthand fingerings


From: Nick Payne
Subject: Re: shortcuts for righthand fingerings
Date: Wed, 02 Apr 2014 14:03:33 +1100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0

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



reply via email to

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