[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Guitar right hand p-i-m-a
From: |
David Kastrup |
Subject: |
Re: Guitar right hand p-i-m-a |
Date: |
Thu, 24 Sep 2015 00:04:25 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) |
Sávio Ramos <address@hidden> 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