Skip to main content

Module abc

Module abc 

Source
Expand description

ABC notation export helpers. ABC notation format helpers.

This module intentionally stays close to reusable ABC token conversion, similar in spirit to music21.abcFormat. Complete score layout and application-specific snippets belong in callers.

Functionsยง

abc_chord
Returns an ABC chord token for the supplied pitches.
abc_duration
Returns an ABC duration suffix for a rational note length.
abc_note
Returns an ABC note token for a pitch.
abc_rest
Returns an ABC rest token.
pitch_name_from_abc_note
Returns a music21-style pitch name for an ABC note token.
pitch_names_from_abc_chord
Returns music21-style pitch names for a simple ABC chord token.