Volta too long in measure ending in double / repeat / final barline if mmrests enabled

• Mar 23, 2016 - 04:27
Type
Functional
Severity
S4 - Minor
Status
closed
Project

Ubuntu 14.04, GIT commit: 3543170

1) My First Score
2) add end repeat & volta to measure 5
3) press "M" to enable mmrests

Result: volta is too long. The code here:

https://github.com/musescore/MuseScore/blame/a90eb53213adbd11b298109292…

which is setting "x" to just *before* the barline, is getting clobbered by the code just below that, leaving "x" set *after* the barline, and then we move further to right to account for dots. Should be an easy fix.


Comments

I have just submitted a pull request for this. @Marc Sabatella: I apologise if you are still working on it; I didn't notice you had assigned the issue to yourself until after I had solved it.