Okay, can you check if this works on your installation? Am Donnerstag, 25. März 2021, 21:00:13 CET schrieb Robert Schmaus: > That’s what I thought too at first. Doesn’t work in my Lilypond (2.20) > installation though ... > > On 25. Mar 2021, at 20:48, Valentin Petzel <[email protected]> wrote: > > > > If you’re talking about regular markup in the Staff, you can simply put an > > \override TextScript.font-size = ... > > into the \with block of your Staff, or override it in the layout block for > > all Staves. > > > > Cheers, Valentin
{
\new Staff \with {
\override TextScript.font-size = #10
} {
c' d'^"Test" e' f'
}
}
signature.asc
Description: This is a digitally signed message part.
