Transpose from a note
a function that transposes the the note by an interval ["1P", "3M", "5P"].map(Note.transposeFrom("C")); // => ["C", "E", "G"]
Transpose from a note