You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have got a musicxml file with 10 measures one repetition from 5 to 10.
I parse my file with convert.parse and then expandRepeats
music21 repeat from measure repeat 5 to 10 correctly and then do another 1 to 10 - 5 to 10
Paste minimal code example here. Most issues can be reproduced with just a few elements.
Attach external files only after attempting to reproduce using a simple stream.
score = converter.parse(filepath, format='musicxml')
score = score.expandRepeats()
measures = score.recurse().getElementsByClass('Measure')
score.write("musicxml", fp="file.xml")
Expected vs. actual behavior
Expected : Not repeat one more time
The text was updated successfully, but these errors were encountered:
music21 version
9.8.7
Problem summary
I have got a musicxml file with 10 measures one repetition from 5 to 10.
I parse my file with convert.parse and then expandRepeats
music21 repeat from measure repeat 5 to 10 correctly and then do another 1 to 10 - 5 to 10
Expected vs. actual behavior
Expected : Not repeat one more time
The text was updated successfully, but these errors were encountered: