lilypond-user
[Top][All Lists]
Advanced

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

Re: omit fingering


From: David Kastrup
Subject: Re: omit fingering
Date: Tue, 19 Jun 2018 19:01:25 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

Gianmaria Lari <address@hidden> writes:

> On the accordion scores to indicate that the button to press is on the
> counter bass we put a small dash under the finger number. This is how David
> Kastrup suggest me to do it:
>
> \version "2.19.81"
> {a_\markup \underline \finger 3}

I did?

>
>
> This is perfect.
>
> But, is there any way to make it removed when I specify  "\omit Fingering"
> like in the following example:
>
> \version "2.19.81"
> {\omit Fingering a_\markup \underline \finger 3}
>
>
> ?

\version "2.19.81"

\new Voice \with { \omit Fingering }
{a\finger \markup \underline 3}

-- 
David Kastrup



reply via email to

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