## WITH score = converter.parse("partsFromLiveMergedUsingMuseScore.mid", quantizePost=False, forceSource=True) ==== RESTART: /Applications/Python 3.7/bacASable/importMidiFileMinimal.py ==== Traceback (most recent call last): File "/Applications/Python 3.7/bacASable/importMidiFileMinimal.py", line 14, in noteStream.show() File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/music21/stream/__init__.py", line 258, in show return super().show(fmt=fmt, app=app, **keywords) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/music21/base.py", line 2621, in show **keywords) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/music21/converter/subConverters.py", line 1003, in show returnedFilePath = self.write(obj, fmt, subformats=subformats, **keywords) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/music21/converter/subConverters.py", line 972, in write dataBytes: bytes = generalExporter.parse() File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/music21/musicxml/m21ToXml.py", line 375, in parse return self.parseWellformedObject(outObj) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/music21/musicxml/m21ToXml.py", line 383, in parseWellformedObject scoreExporter.parse() File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/music21/musicxml/m21ToXml.py", line 1411, in parse self.parsePartlikeScore() File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/music21/musicxml/m21ToXml.py", line 1591, in parsePartlikeScore pp.parse() File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/music21/musicxml/m21ToXml.py", line 2370, in parse mxMeasure = measureExporter.parse() File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/music21/musicxml/m21ToXml.py", line 2705, in parse self.mainElementsParse() File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/music21/musicxml/m21ToXml.py", line 2719, in mainElementsParse self.parseFlatElements(m, backupAfterwards=False) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/music21/musicxml/m21ToXml.py", line 2791, in parseFlatElements self.parseOneElement(n) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/music21/musicxml/m21ToXml.py", line 2839, in parseOneElement meth(o) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/music21/musicxml/m21ToXml.py", line 3375, in noteToXml mxTimeModification = self.tupletToTimeModification(d.tuplets[0]) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/music21/musicxml/m21ToXml.py", line 3870, in tupletToTimeModification mxNormalType.text = typeToMusicXMLType(tup.durationNormal.type) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/music21/musicxml/m21ToXml.py", line 78, in typeToMusicXMLType raise MusicXMLExportException('Cannot convert "2048th" duration to MusicXML (too short).') music21.musicxml.m21ToXml.MusicXMLExportException: Cannot convert "2048th" duration to MusicXML (too short). >>>