Hello, is there a way to center note names horizontally around the corresponding note? Since I'm using Italian note names they have different lengths, I believe that centering them would look better. Example below. The space between "sol" and "la" looks particularly awkward (too small).
Thank you
Gerardo
-----------
\version "2.24.1"
<<
\relative c' { f g a }
\new NoteNames {
\set printNotesLanguage = "italiano"
f g a
}
>>
