Different font sizes in header text possible?
I want to have the header text in the middle to be a different font size than the page numbers on the sides of the header.
Is this possible?
I want to have the header text in the middle to be a different font size than the page numbers on the sides of the header.
Is this possible?
Do you still have an unanswered question? Please log in first to post your question.
Comments
Just with tricks and adding something like
<font size=20>some text</font>
(entirely untested)In reply to Just with tricks and adding… by Jojo-Schmitz
Unfortunately this doesn't work in Ubuntu 20.04 (Linux) with MS 3.2.3. Danke trotzdem!
In reply to Unfortunately this doesn't… by sprock
It is not platform dependant. Just needs the right syntax
In reply to It is not platform dependant… by Jojo-Schmitz
Hm, but what syntax do I need? I tried your suggestion, the result is that MuseScore shows the text in the header but sticks to the font size that is set in MS for the header text. It just ignores the font size in the code.
In reply to Just with tricks and adding… by Jojo-Schmitz
So close! You just need quotes around the "20" (I had to check the source code, in textbase.cpp, to figure that out).
In reply to So close! You just need… by Marc Sabatella
Yes, great!
Thanks, Marc!