Exemplo n.º 1
0
    def __init__(self):
        from music21.test import testPerformance
        super(TestCreateDurations, self).__init__()

        self.t = testPerformance.Test()
Exemplo n.º 2
0
 def __init__(self):
     from music21.test import testPerformance
     self.t = testPerformance.Test()
Exemplo n.º 3
0
    def __init__(self):
        from music21.test import testPerformance
        super(TestCreateTimeSignature, self).__init__()

        self.t = testPerformance.Test()