(Adding back the list in CC) Le mercredi 26 avril 2023 à 15:07 +0200, Jakob Pedersen a écrit :
> Thank you very much, Jean
>
> I fiddled with the #:factor in an attempt to adjust the global size of the
> Libertinus text which looks "smaller" than C059 text, and forgot to change it
> back to the standard. My apologies for the confusion.
>
> I did indeed have set-global-staff-size defined elsewhere, as you predicted.
>
>
> After much consideration, I think I'll just stick with the default roman
> font.
If you use version 2.25.4, then it's possible to set the size for text fonts
independently from the size of musical glyphs to compensate for the smaller
size of Libertinus.
```
\version "2.25.4"
#(set-global-staff-size 25)
\paper {
fonts.roman = "Libertinus Serif"
text-font-size = 16
}
{ c'^"text" }
```
Best,
Jean
signature.asc
Description: This is a digitally signed message part
