2018-05-07 23:35 GMT+02:00 Gianmaria Lari <[email protected]>:
>
> 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 }
Or adjust baseline-skip:
{ c' \finger \markup \override #'(baseline-skip . 1.5) \center-column { 2 3 } }
Btw, please add space around curly braces. Otherwise errors may occur. See:
tst = {\override TextScript.color = #red}
{\tst c'-"xy"}
Cheers,
Harm
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user