We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 295653a commit 54e8876Copy full SHA for 54e8876
1 file changed
music21/musicxml/m21ToXml.py
@@ -2547,9 +2547,6 @@ def parse(self):
2547
elif not self.stream.getElementsByClass(stream.Measure):
2548
raise MusicXMLExportException(
2549
'Cannot export with makeNotation=False if there are no measures')
2550
- else:
2551
- # QUESTION: destructive edit OK with makeNotation=False?
2552
- self.stream = self.stream.splitAtDurations(recurse=True)[0]
2553
2554
# make sure that all instances of the same class have unique ids
2555
self.spannerBundle.setIdLocals()
0 commit comments