Is there a reason you'd want it to? I think it looks messy to have a line break at the end of a score where it does nothing, so I'd rather that not happen by default.
Well, the issue is about last measure in selection, not last in score, although the fix I'm working on right now fixes that too. We could special case that though.
But what then is that comment (in scoreview.cpp. line 5866) about?
Comments
Is there a reason you'd want it to? I think it looks messy to have a line break at the end of a score where it does nothing, so I'd rather that not happen by default.
Well, the issue is about last measure in selection, not last in score, although the fix I'm working on right now fixes that too. We could special case that though.
But what then is that comment (in scoreview.cpp. line 5866) about?
// add break if last measure of system
The old plugin worked that way, issue came up in https://musescore.org/en/node/56436
OK, that makes sense. Still could be worth excluding the last measure of the score, but probably not a big deal.
See https://github.com/musescore/MuseScore/pull/1950
Now excludes last measure in score (and even if that is in the selection).
Fixed in 8a3f74eb7d
Automatically closed -- issue fixed for 2 weeks with no activity.