2018-09-22 17:29 GMT+02:00 Gianmaria Lari <[email protected]>:

> This code write some fingering on "b" pitch.
>
> \version "2.19.82"
> {b4\finger\markup {2 \circle 3 2} \prall}
>
>
> .. and here it is the result:
>
> [image: image.png]
>
> This is ok except the fact that the elements 2 (3) 2 are written not
> enough close each other.
> How can I make them more close like in the following example?
>
> \version "2.19.82"
> {b4-232 \prall}
>
>
> .. and here it is the result:
>
> [image: image.png]
>
> Thank you, g.
>
> P.S. On the accordion notation, a number inside a circle indicates a note
> to be played on the 4 or 5 row of the keyboard.
>
>
> Hi,

like below?

\markup \override #'(word-space . 0) \line { 2 \circle 3 2 }

Cheers,
  Harm
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to