Turning off auto placement globally remove leading space in measures
Reported version
3.x-dev
Priority
P0 - Critical
Type
Functional
Frequency
Once
Severity
S1 - Blocker
Reproducibility
Always
Status
closed
Regression
No
Workaround
No
Project
To reproduce the problem using nightly build OS: Windows 10 (10.0), Arch.: x86_64, MuseScore version (64-bit): 3.1.0.6839, revision: 68c5161
Load a score
Turn off auto place globally (note that you must define a shortcut to be able to do this)
save the score
reload the score
All leading space in all measures is removed. Clefs, key signatures and time signatures end up nearly stack on top of each other. Notes at the beginning of measures have almost no space after the bar lines and all items to the left of the notes straddle the bar lines.
Fix version
3.1.0
Comments
I assume that since the global option causes autoplace to be appear to be off during layout, it's doing the same during write, so we need to bypass that check.
https://github.com/musescore/MuseScore/pull/5047
Fixed in branch master, commit 711a622bbc
fix #289501: saving score with autoplace disabled, disables it for all elements
Fixed in branch master, commit efc009926a
_Merge pull request #5047 from MarcSabatella/289501-disable-autoplace-write
fix #289501: saving with autoplace disabled, disables it for all elements_
Automatically closed -- issue fixed for 2 weeks with no activity.