pub fn measure_sequence(score: &Score) -> Vec<usize>Expand description
Returns the ordered list of physical measure indices to play back, expanding repeat sections, volta brackets, and navigation marks.
Handles:
RepeatStart/RepeatEnd/RepeatBothbarlines- First/second-ending volta brackets
DaCapo,DaCapoAlFine,DaCapoAlCodaDalSegno,DalSegnoAlFine,DalSegnoAlCodaFine,ToCoda,Codamarkers
Limitations: single-level repeats; during a D.C./D.S. return pass, all barline repeats and voltas are ignored (safe linear fallback).