Add a property "with repeats" to jumps (like "D.S. al Coda")

• Apr 15, 2015 - 09:20
Reported version
3.0
Type
Functional
Severity
S5 - Suggestion
Status
closed
Project

Add a property "with repeats" to jumps (e.g. "D.S. al Coda"), so we can have e.g. a "D.S. al Coda with repeats", with playback of repeats bars.

See https://musescore.org/en/node/23773#comment-91240 ff.

The jumps (D.C., D.C. al Fine, D.C. al Coda, D.S. al Coda, D.S. al Fine and D.S.) would need that 'play repeats' flag/property.

I started working on that a while ago, but got stuck.
At https://github.com/Jojo-Schmitz/MuseScore/tree/play-repeats you'd find where I am with that, basically the GUI and file format changes needed, but not the actual playback yet.


Comments

Jojo, can I take a try at implementing the playback? I've been looking at RepeatList::unwind() function a lot recently, so this might be a good time for me.