On 2022-05-17 7:05 am, Dimitris Marinakis wrote:
Is it possible to offset the little number that indicates the clef
transposition?
I searched the Clef internals but couldn't find anything relevant.
It is called the ClefModifier. It would be useful to know what terms
you used to search so we can improve the ability to find the grob for
others in the future.
%%%%
{ \override Staff.ClefModifier.color = #red
\override Staff.ClefModifier.padding = #1
\clef "treble_8" b4 \clef "treble^8" b''4
\clef "bass_8" d,4 \clef "bass^8" d'4 }
%%%%
-- Aaron Hill