Converts a scientific pitch notation input to the abc notation of the desired playback mode.
The note input in scientific pitch notation
The playback mode (arpeggio / block)
The corresponding abc notation
// returns [CEG]6withPlaybackMode(['C3', 'G3', 'B3'], 'block'); Copy
// returns [CEG]6withPlaybackMode(['C3', 'G3', 'B3'], 'block');
// returns CEGwithPlaybackMode(['C3', 'G3', 'B3'], 'arpeggio'); Copy
// returns CEGwithPlaybackMode(['C3', 'G3', 'B3'], 'arpeggio');
Converts a scientific pitch notation input to the abc notation of the desired playback mode.