lilypond-user
[Top][All Lists]
Advanced

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

Re: Use fingering notation for percussion and drum “ sticking”


From: David Kastrup
Subject: Re: Use fingering notation for percussion and drum “ sticking”
Date: Thu, 10 Feb 2011 09:54:42 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

Oops, this was sent with too little editing, sorry.

David Kastrup <address@hidden> writes:

> Ben Finney <address@hidden> writes:

>> What would be better is for the “fingering” feature to support “L” and
>> “R” as fingers.
>
> Use \L and \R instead.
>
> L=-\tweak #'Fingering #'text "L"-1
> R=-\tweak #'Fignering #'text "R"-1

Lilypond will not accept an assignment to R, considering it a
multimeasure rest.  So you need to use different names like mentioned:

> LL=-\tweak #'text #"L"-1
> RR=-\tweak #'text #"R"-1
>
> { c c8 c8-\RR c8-\LL^"Ben's favourite note" c8-\RR-> }

-- 
David Kastrup




reply via email to

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