Small error in palette names
Musescore 2.0.3
1.) In an editable workspace "Insert New Palette"
2.) Name it A & B
3.) The ampersand followed by a space gets translated as an underscore _ so the result is "A _B" rather than "A & B".
Verification? Has this been issue-tracked?
Comments
Rename it to A && B
I think the & functions as an escaped character
In reply to Rename it to A && B I think by Ragokyo
Yes, indeed that's what they are. Might be good to report this in the issue tracker, so that a single & gets replaced by a double && automagically when adding a palette?
The & in a menutgenerates a shortcut or mnemonir, like in &File it results in the F to appear as File and Alt+F being the shortcut. Here it resulted in the 2nd space being seen as such a mnemonic