Example:
? (invert '(0 1 2 3 -1)) (0 -1 -2 -3 1) ? (invert '(c4 d4 e4 f4 b3) 'c5) (c4 bf4 af4 g4 cs4) ? (invert '(0 1 2 3 -1) 60 ) (60 71 70 69 61)