Given a key signature, returns the tonic of the major key
majorTonicFromKeySignature('###') // => 'A' Copy
majorTonicFromKeySignature('###') // => 'A'
Given a key signature, returns the tonic of the major key