Measure numbers colliding with slurs
When measures are continuously numbered, they frequently collide with slurs/ties, which looks pretty bad:
(I gather that in the autoplace algorithm, measure numbers don't move, just other text, etc. tries to avoid colliding.)
If I turn measure numbers off and add rehearsal marks in the "Bar Number" style, I get a more pleasing result, where the colliding text automatically moves to avoid the slur:
(Moving the bar numbers seems to be typical in published musical theatre charts, where continuous numbering is common.)
Is there any way to achieve such a result without going and replacing all the measure numbers with "rehearsal marks"? If not, would this be a worthwhile feature? – I could try implement this in a PR.
Comments
Somewhat related to #280463: Measure numbers: "All Staves" option leads to number collisions with system connecting-lines, there it'd be needed to move them sideways though.
Also related to #112721: Add option to hide numbers on measures with rehearsal marks, which also due to collisions
You can move an individual bar number by selecting it, then changing the Y offset in the Inspector. You can do the same with several numbers at once if you use Ctrl+select. This may save you some time - it's not ideal, though.
In reply to You can move an individual… by Brer Fox
Yeah, this is what I've been having to resort to. It's pretty unideal having to do it by hand – every time I come back to the score I notice more collisions I missed last time!
I cooked up a little plugin as a workaround for this (very dodgy so won't upload to the plugins section) – https://gist.github.com/RunasSudo/a948eac042bc230baecdb5864be53098
Due to several limitations of the plugin API (may put together an enhancement proposal for this...) it only works for a specific case for ties, but that accounts for almost all instances of this issue in my scores anyway.