Repeat measure signs: not vertically-centred in tablature
Reported version
3.0
Priority
P2 - Medium
Type
Functional
Frequency
Once
Severity
S4 - Minor
Reproducibility
Always
Status
closed
Regression
No
Workaround
Yes
Project
OS: Windows 10 (10.0), Arch.: x86_64, MuseScore version (64-bit): 3.0.0.4648, revision: 40a27b9
See attached score. Repeat measure signs are not vertically-centred, by default, in tablature, though they are in pitched staves.
Attachment | Size |
---|---|
repeat_measure_position.mscz | 3.61 KB |
Fix version
3.5.0
Comments
Confirmed in OS: Windows 10 (10.0), Arch.: x86_64, MuseScore version (64-bit): 3.0.0.4655, revision: 487db7f
The repeat sign should remain vertically centered regardless of the number of tablature strings (e.g., 4 or 6). But it doesn't. The same misbehavior happens in Musescore 2.
In reply to (No subject) by Marc Sabatella
This also bugs me quite a bit. Description of the workaround:
1) Select a repeat sign
2) Right-click -> Select -> All Similar Elements in Same Staff
3) In Inspector: Offset: Y, change from 0,00sp to -2,00sp (with mouse: 4 clicks down-arrow)
Was a nice job for a rainy Sunday afternoon :-)
https://github.com/musescore/MuseScore/pull/5667
Fixed in branch master, commit 30270e4cbd
_fix #280343 - Repeat measure signs: not vertically-centred in tablature
Measure rest was drawn on fix y coordinate. Now the y coordinate is calculated
taking the staff height into account so it is always vertically centered.
Also the size of the symbol is sized depending on the staff line distance._
Fixed in branch master, commit 80793512d5
_Merge pull request #5667 from njvdberg/issue-280343-repeat-measure
fix #280343 - Repeat measure signs: not vertically-centred in tablature_
Automatically closed -- issue fixed for 2 weeks with no activity.