Not enough space between Time signature and clef change
Reported version
3.1
Type
Functional
Frequency
Once
Severity
S3 - Major
Reproducibility
Always
Status
closed
Regression
No
Workaround
No
Project
See https://musescore.org/en/node/290027#comment-923374 for conversation and sample score (See the horn in the first measure).
The space between the time signature and a clef change applied to the first note of a system is almost non-existent.
Fix version
3.3.0
Comments
There are a whole bunch of settings in Format / Style / Measure that are supposed to control the amount of space between different elements, the problem is we aren't applying any of them in the case of a clef change at the beginning of a system. So we just need to decide which to apply. I think probably we should use "System header distance" or "System header with time signature distance", depending on whether the header contains a time signature or not. The other option is "Clef left margin", but that's really meant more for space to the left of a clef is the thing before it is a note. 2.3.2 apparently uses "Clef/key right margin", which is its version of "System header distance" and "System header with time signature distance" combined (it makes no distinction).
https://github.com/musescore/MuseScore/pull/5090
I went with the "System header distance" settings.
Fixed in branch master, commit feffd0f5f7
fix #290061: no space betwene header and clef change
Fixed in branch master, commit 8b94d49e82
_Merge pull request #5090 from MarcSabatella/290061-header-to-clef
fix #290061: no space between header and clef change_
Automatically closed -- issue fixed for 2 weeks with no activity.