cannot set shortcut (show-corrupted-measures)
I have set a shortcut for show-corrupted-measures
show-corrupted-measures
Ctrl+,
and have loaded a file flagged with corruption errors:
Incomplete measure: Full score, measure 267, staff 12. Found: 8288/8064. Expected: 4/4.
Incomplete measure: Full score, measure 268, staff 12. Found: 8540/8064. Expected: 132/128.
If I try to use the shortcut "Ctl+," with or without selecting any staff, including the flagged staff (12), it does not go to nor "show"(?) staff 12, measures 267 or 268.
Comments
IIRC that option exists in Debug builds only or at least not in Release builds
Just quickly checked the source code for Mu3:
The shortcut is available (and set to true by default, so no need for you to set it), but the code doing the work of showing the corrupt measures is only being compiled in Debug builds, via
#ifndef NDEBUG
Same is apparently true for Mu4
In reply to Just quicckly checked the… by Jojo-Schmitz
Sorry to be a retired software developer & team manager who would ask: "then why does the option even appear in the production list?" Oh well, time wasted trying this out (and testing it for you)
In reply to Sorry to be a retired… by jamestomk
Apparently it was too much work to disable that completly.
But where did you see it being listed, other than maybe in shortcuts.xml?
In reply to Sorry to be a retired… by jamestomk
Oops, I see it in in Edit > Preferences > Shortcuts. It really should not be there.
Mind to file an issue on GitHub? This is a regression vs. Mu3
In reply to Oops, I see it in in Edit >… by Jojo-Schmitz
https://github.com/musescore/MuseScore/issues/24998
thanks for your time
In reply to https://github.com/musescore… by jamestomk
Thanks. See my lastest research on this there