How to show the first page number ?
Hey there everyone. I have different musescore files that i want to combine them in a single pdf file after. But every page that is the first one of each file (the pages that has the title, subtitle, composer, lyricist etc) doesnt show the page number. Is there a way to be able to show it?
Right now, my files does show the page number from the second page and further,
Thank you in advance!
Comments
See https://musescore.org/en/handbook/4/header-and-footer
The default $p is used to show the page number except for the first page.
Change it to $P and then you get the page number on every page.
You may also need to change the "Show on first page" option for the header, if you have not done so already.
In reply to See https://musescore.org/en… by Henk De Groot
thank you! found it