The problem appears to be that there is no event handler for these 3 radio buttons. No code is executed when you click on any of these radio buttons. This used to work, certainly in 2.0.2, so I don't know if there is some old code that is worth bringing back.
The relevant ui widgets in editstyle.ui are radioKeySigNatNone, radioKeySigNatBefore, and radioKeySigNatAfter.
The relevant internal StyleIdx slot is StyleIdx::keySigNaturals.
I could try to fix this, but only with some external guidance. Thanks.
Comments
From what I see, this goes back since more a month, ie on April 14.
It does not work with this Nightly: fe2eea4
A new side effect of the big change of this day about the new layout? https://github.com/musescore/MuseScore/pull/2544/files
Or more specifically here (don't know) ? https://github.com/musescore/MuseScore/commit/aa7fccd09f47915b6ac997bbe…
The problem appears to be that there is no event handler for these 3 radio buttons. No code is executed when you click on any of these radio buttons. This used to work, certainly in 2.0.2, so I don't know if there is some old code that is worth bringing back.
The relevant ui widgets in editstyle.ui are radioKeySigNatNone, radioKeySigNatBefore, and radioKeySigNatAfter.
The relevant internal StyleIdx slot is StyleIdx::keySigNaturals.
I could try to fix this, but only with some external guidance. Thanks.
See https://musescore.org/en/node/139271#comment-829663 which is the fix.
Automatically closed -- issue fixed for 2 weeks with no activity.