pyampact.symbolicUtils._kernNoteHelper

pyampact.symbolicUtils._kernNoteHelper(_note)[source]

Parse a music21 note object into a kern note token.

This method handles the conversion of various musical notations such as ties, slurs, beams, durations, octaves, accidentals, longas, and grace notes into the kern format.

Parameters:

_note – A music21 note object to be converted into a kern note token.

Returns:

A string representing the kern note token.