def transpose(self, amt):
     self.root = self.root + amt
     return PitchClassSet.transpose(self, amt)