I would like to write some fingering information on the left of the notes
like this:

[image: Inline images 2]
As you can see I need that some numbers are specified inside circles (on
the button accordion this means that the finger has to be played on the
additional rows). This is the code I used:

\version "2.19.81"
\fixed c' {
  \set fingeringOrientations = #'(left) \set stringNumberOrientations =
#'(left)
  <g-2 b\3 d'\4>1
}


The result is not nice because of the overlapping. I tried to reduce the
size like this:

[image: Inline images 1]

This is the code I used:

\version "2.19.81"
\fixed c' {
  \set fingeringOrientations = #'(left) \set stringNumberOrientations =
#'(left)
  <g-2 b-\tweak font-size -9 \3 d'-\tweak font-size -9 \4>1
}


But now the number inside the circle are too small. How could I keep the
size like in the first example and keep the fingering more separated?

Thank you, g.
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to