Score cursor cannot unroll repeats
I've been working on my UltraStar exporter again.
Just now, I was looking at handling scores with repeats.
In MuseScore 1.X, there was an option to have MuseScore "unwrap" repeats (expandRepeats=true) when stepping through a score.
MuseScore 2 seems to have lost this capability.
Would it be possible to have this functionality back for MuseScore 2.X?
Comments
Note sure what you mean. "Stepping through a score" in what sense? When writing a plugin and using the cursor element?
In reply to Note sure what you mean. by Marc Sabatella
Yes, exactly. To export the text of the score with correct order and timing, my export program steps through the score using a Cursor. In MuseScore 1.X, there was an option to have the score "unrolled" when stepping through. This was a boolean parameter called "expandRepeats" that you set when creating the cursor.