def _invert(self, sub_n=0): return self.copy(utils.invert(self.pitches, sub_n))
def invert(a, n=0): return a.copy(utils.invert(a.pitches, n))