예제 #1
0
 def parseFile(self, fp, number=None):
     from music21.noteworthy import binaryTranslate as noteworthyBinary
     self.stream = noteworthyBinary.NWCConverter().parseFile(fp)
예제 #2
0
 def parseData(self, nwcData):
     from music21.noteworthy import binaryTranslate as noteworthyBinary
     self.stream = noteworthyBinary.NWCConverter().parseString(nwcData)