Include some batch operations with spacers
Sometimes one needs to add spacers to all or a goup of staves in order to increase uniformly the distance between staves. An example, when hiding empty staves and in a given page there is no room for an extra system. Currently one must select the staves one by one and add the spacer.
It would be nice to be able to select all the required staves and double click the spacer from the palette to insert all the spacers at once.
Once the spacers have been added, one needs to select them all so that with single change in the inspector, the correct distance can be achieved. Currently one has to select them one by one since spacers are not listed in the selection filter.
It would be interesting that such filter were available.
Combining both features, it would be easy to change the stave distance in a few steps.
Comments
The following patch accomplishes the first part of this suggestion.
I'd like to point out that you can right-click on a spacer and choose "Select->More...", tick the "Same system" box, and press "Ok", and all spacers in that system will be selected. Then you can use the Inspector to adjust the heights of all of the selected spacers at once. If you want to select all spacers in all systems, you can simply right-click on a spacer and choose "Select->All Similar Elements".
Up until recently, adding or resizing a staff spacer caused a full relayout. See #293877: Adding or dragging spacers causes a full re-layout. With MuseScore 3.3 Beta, this is no longer an issue.