To Coda in same measure as D.C. al Coda is ignored

• Dec 20, 2017 - 09:16
Reported version
2.1
Type
Functional
Severity
S4 - Minor
Status
closed
Project

First reported in https://musescore.org/en/node/267771

See attached example test file
Expected Playback: 1,2,3, 1,2,3, 5
Actual Playback: 1,2,3, 1,2,3, 4, 5

The To Coda instruction is ignored.

Attachment Size
267771_DC_-_To_Coda.mscz 4.56 KB

Comments

Status (old) patch (code needs review) fixed
Status fixed

Fixed in branch master, commit dd2050e2f1

fix #8604, fix #4525, fix #6091, fix #48456, fix #148276, fix #230531, fix #267778: improve volta playback
unwindSection using RepeatList as how a human will notate the volta: using the n-th time a startRepeat is taken, also slightly modified the jump detection logic to have it check for jumps only upon the last passage of a measure

Status (old) patch (code needs review) fixed
Status fixed

Fixed in branch 2.2, commit aaf88ffeb6

fix #8604, fix #4525, fix #6091, fix #48456, fix #148276, fix #230531, fix #267778: improve volta playback
unwindSection using RepeatList as how a human will notate the volta: using the n-th time a startRepeat is taken, also slightly modified the jump detection logic to have it check for jumps only upon the last passage of a measure