Volta brackets with repeat list greater than 1 playback incorrectly
Steps to reproduce bug
1. Open attached file: "Volta bracket with multiple repeats.mscz"
2. Press play (notice playback is correct)
3. Right click on 1st ending volta and choose "Volta Properties"
4. In "repeat list" type 6
5. Press "OK"
6. Press play
Expected behavior: Playback should repeat 6 times and use the first ending each time except after the last repeat.
Actual behavior: Playback plays more than one measure at the same time and seems to skip around.
MuseScore version: 0.9.6 stable
(Operating System: Windows 7)
Attachment | Size |
---|---|
Volta bracket with multiple repeats.mscz | 1.82 KB |
Comments
As far as I can tell at first sight, repeat list expect a list of number separated by comma (,)
See voltaproperties.cpp, VoltaProperties::getEndings()
I suppose the data entry could use some checking and notify if the user entered a list that MuseScore doesn't understand
For what it worth, here is a working file with 6 repeats and the alternative ends.
To make in work
Thanks! This was helpful. I didn't realize that I had to type 1,2,3,4,5,6 in the "repeat list." I just typed 6. I don't think the "repeat list" is discussed in the local manual.