lilypond-user
[Top][All Lists]
Advanced

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

Re: tenuto fingering: 3t, 2t, 4t, etc.


From: David Kastrup
Subject: Re: tenuto fingering: 3t, 2t, 4t, etc.
Date: Wed, 02 May 2018 09:25:50 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux)

Gianmaria Lari <address@hidden> writes:

> On 2 May 2018 at 08:56, David Kastrup <address@hidden> wrote:
>>
>> Something like this?
>>
>> \version "2.19.81"
>>
>> t =
>> #(define-event-function (n) (index?)
>>   #{ \tweak text #(format "~dt" n) -1 #})
>>
>> {
>>   c\t1 d\t2 e2
>> }
>>
>
> interesting! As you know David, to indicate a finger on the 4th row of the
> accordion right keyboard, we circle the finger number. This same notation
> is used on violin/guitar etc. to indicate a chord number.
> For example if I need to indicate a "c" pitch to play on the 4th row I
> write "c\4".
>
> Wouldn't be better to define a custom fingering function for that so that
> it is treated as a fingering?

Uh, the above is a custom fingering function resulting in a fingering
event.  I'm not sure what you want instead.

-- 
David Kastrup



reply via email to

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