Пример #1
0
 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)
Пример #2
0
 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)