Volta too long in measure ending in double / repeat / final barline if mmrests enabled
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
Thanks for filing this ;-)
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.
See https://github.com/musescore/MuseScore/pull/2485
Fixed in branch master, commit 4ea25cd8d9
fix #103176: correct length of volta with mmrests enabled
Fixed in branch master, commit 410a9ab9cf
Merge pull request #2485 from Homletmoo/103176-badvoltalength
fix #103176: correct length of volta ending in double/repeat/final barline (with mmrests enabled)
Automatically closed -- issue fixed for 2 weeks with no activity.