How add custom score property to footer?
In Project properties I have added a new property called "Footnote", and I have added some text as the value.
In my score, Format menu > Style > Header, Footer >
Footer text > Middle > I have entered the following:
$:tag:Footnote
But what appears on my score footer is
"Footnote"
(without the quotes).
How do I persuade my property value to appear?
I cannot find anything in the handbook about this. I've clearly misunderstood the popup help that appears for these. Other tags work fine, e.g. $C for copyright on first page.
TIA!
OS: Windows 10 Version 2009, Arch.: x86_64, MuseScore version (64-bit): 4.0.1-230121751, revision: 9b70a8c
Comments
Not
$:tag:Footnote
but
$:Footnote:
In reply to You'd need to add tag in… by Jojo-Schmitz
... and if you want to show the copyright as well, then use:
$C $:Footnote:
In such a case you would need to prepare the footnote in a text editor (e.g. Notepad, Notepad++) to add a line break before the footnote text. Then copy-and-paste the text into the Footnote property. See attached example score.
In reply to You'd need to add tag in… by Jojo-Schmitz
Thanks, all clear now, and it works.