Ok, how about this: Place this instruction above your score:
\markup myStyle = \markup \fontsize #-2 \etc
And in the score, instead of writing
\markup{ ... }
use
\markup\myStyle{ ... }
Of course you can use another (shorter) Name instead of “ myStyle”.
And if you change the font size (or indeed any other style) in the instruction,
all of your markups will follow …
Best,
Robert
> On 25. Mar 2021, at 10:02, Pablo Cordal <[email protected]> wrote:
>
> Hi Robert. I just tried that option and there's a problem: the size of the
> notes is reduced too. I need to reduce only the text inside the markups.
>
> El jue, 25 mar 2021 a las 8:54, Robert Schmaus (<[email protected]
> <mailto:[email protected]>>) escribió:
> Hi Pablo,
>
> I think, you can just place a
>
> \set fontSize = #-1
>
> in the layout block to get this for all markups.
>
> Best,
> Robert
>
>
>
> > On 25. Mar 2021, at 08:12, Pablo Cordal <[email protected]
> > <mailto:[email protected]>> wrote:
> >
> > Hi everyone,
> >
> > Is there any way to set the default size for all markups in a staff? I have
> > a lot of markups and I still have to write \fontsize = #-2 in all of
> > them... I found the default font family solution but I need to set the size
> > too.
> >
> > Thank you very much. Best regards
>