[BUG] Metronome Marking Font Switch
To Recreate:
Add a tempo marking, using F2 to add a "quarter note equals" marking. If you edit this tempo text to a different font, the special character becomes an "unknown character" box until you delete and re-add it.
Comments
The quarter note comes from the MScore1 font. If you change it to a different font that does not contain the same musical symbols them it will not work.
In reply to The quarter note comes from by David Bolton
Yes, but I am suggesting a programmed override:
event onFontChange() {
if (contains_a_musescore_font_char)
dont_swap_that_font;
}