Skip to main content

Module abc_notation_export

Module abc_notation_export 

Source
Expand description

ABC music notation stub export.

Structs§

AbcNote
A single ABC note token.
AbcTune
A complete ABC tune (header + body).
AbcTuneBody
An ABC tune body (sequence of bars).
AbcTuneHeader
ABC notation tune fields.

Functions§

c_major_scale_abc
Build a simple C major scale in ABC notation.
count_abc_notes
Count total notes across all bars.
generate_abc_notation
Generate ABC notation source from a tune.
is_valid_abc
Validate that a string looks like ABC notation.