Sávio Ramos <savio.deb...@gmail.com> writes:

> Hi,
>
> I want to use the comand
>
> \rightHandFinger #
>
> in two ways:
>
> 1) the normal way p-i-m-a
> 2) onother way (caps lock) P-I-M-A
>
> With this, I can make diference between "tirando stroke" than "apoyando 
> stroke"

If you have a rather recent version, you can write the following:

\version "2.19.25"

tir = \rightHandFinger \etc
apo = \tweak digit-names ##("P" "I" "M" "A" "X") \rightHandFinger \etc

{ c'\tir2 f' \apo4 }
If it's less recent, it's a few lines more.

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

Reply via email to