lilypond-user
[Top][All Lists]
Advanced

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

fingering


From: Gianmaria Lari
Subject: fingering
Date: Tue, 20 Feb 2018 11:28:46 +0100

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

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:

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.

reply via email to

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