CastOff quickly switches to horizontally-continuous mode to collect the minimum widths of measures. This can no longer be done automatically in MuseScore 4 because it looks like support was dropped for cmd('viewmode').
Registering commands generally looks like this [1][2] but there's no equivalent registered command in notationviewstate.cpp
Todo
[ ] Finish getting it running
[ ] Add MS4 installation instructions to readme (basically that it has to be in a folder)
I added the boilerplate for MS4.
Roadblocks
Automatic view-mode switching
CastOff quickly switches to horizontally-continuous mode to collect the minimum widths of measures. This can no longer be done automatically in MuseScore 4 because it looks like support was dropped for
cmd('viewmode')
.Registering commands generally looks like this [1] [2] but there's no equivalent registered command in notationviewstate.cpp
Todo