def load(self): '''Load all parts from a MusicXML object representation. This determines the order parts are found in the stream ''' #t = common.Timer() #t.start() from music21.musicxml import fromMxObjects fromMxObjects.mxScoreToScore(self._mxScore, inputM21 = self.stream)
def load(self): '''Load all parts from a MusicXML object representation. This determines the order parts are found in the stream ''' #t = common.Timer() #t.start() from music21.musicxml import fromMxObjects fromMxObjects.mxScoreToScore(self._mxScore, inputM21=self.stream)