Converts scientific pitch notation input to abc notation.
The note input in scientific pitch notation
The corresponding abc notation output
// returns CEGtoAbcNotation(['C3, 'G3', 'B3']); Copy
// returns CEGtoAbcNotation(['C3, 'G3', 'B3']);
// returns CEGtoAbcNotation('C3 G3 B3'); Copy
// returns CEGtoAbcNotation('C3 G3 B3');
Converts scientific pitch notation input to abc notation.