lilypond-user
[Top][All Lists]
Advanced

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

Re: fingering notation alternative


From: Gianmaria Lari
Subject: Re: fingering notation alternative
Date: Tue, 8 May 2018 00:12:45 +0200



On 7 May 2018 at 23:59, Thomas Morley <address@hidden> wrote:
2018-05-07 23:35 GMT+02:00 Gianmaria Lari <address@hidden>:

>
> I tried to write alternative fingering putting fingering numbers on a
> column. This is what I did:
>
> { c' \finger \markup \center-column {2 3}}
>
> But the distance between numbers is a bit too large. Does exist a better
> way?
>
> Thank you, g.


Multiple fingerings are possible. See:

{ c'-2-3 c'-3-2 }

oh sure!!! I forgot it, thank you!!!!
 
Or adjust baseline-skip:
{ c' \finger \markup \override #'(baseline-skip . 1.5) \center-column { 2 3 } }

This will be useful in the future, thank you also for this. 
 
Btw, please add space around curly braces. Otherwise errors may occur. See:
tst = {\override TextScript.color = #red}
{\tst c'-"xy"}

Yes, I periodically make this mistake... thank you to remind it!

Regards, g.

reply via email to

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