On Fri, 2023-08-18 at 17:40 +0200, Jean Abou Samra wrote:
> Le vendredi 18 août 2023 à 16:34 +0100, Richard Shann a écrit :
> > Is it possible to reduce the size of the TabStaff clef?
> > this doesn't work:
> > \version "2.24.1"
> > <<
> > \new TabStaff \with {
> > \override TabStaff.Clef.font-size = #-1
> ^^^^^^^^^
>
> You should remove this, you're already in a \with { ... } for
> TabStaff.
Perfect! Thank you.
Richard
>
> (There is an issue for this quirk:
> https://gitlab.com/lilypond/lilypond/-/issues/1254#note_594663257 )