lilypond-user
[Top][All Lists]
Advanced

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

Re: omit fingering


From: Gianmaria Lari
Subject: Re: omit fingering
Date: Tue, 19 Jun 2018 22:27:13 +0200



On Tue, 19 Jun 2018 at 19:01, David Kastrup <address@hidden> wrote:
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?
Yes :) This is what you wrote me on  June 13 2017

DK>Here are a few versions:
DK>
DK> \version "2.19.60"
DK> {\clef bass c,_3 d,_\finger "3x" e,_\markup \underline \finger 3 }


>
>
> 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}

Thank you David it works! And it works also if I don't specify \new Voice like in the following. 

\version "2.19.81"
{ a\finger \markup \underline 3 
  \omit Fingering 
  a\finger \markup \underline 3}

Can I use \omit Fingering like I did or I shouldn't?
Thank you, g.

reply via email to

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