pyampact.symbolicUtils._kernChordHelper
- pyampact.symbolicUtils._kernChordHelper(_chord)[source]
Parse a music21 chord object into a kern chord token.
This method uses the _kernNoteHelper method to convert each note in the chord into a kern note token. The tokens are then joined together with spaces to form the kern chord token.
- Parameters:
_chord – A music21 chord object to be converted into a kern chord token.
- Returns:
A string representing the kern chord token.