Expand description
ABC music notation stub export.
Structs§
- AbcNote
- A single ABC note token.
- AbcTune
- A complete ABC tune (header + body).
- AbcTune
Body - An ABC tune body (sequence of bars).
- AbcTune
Header - 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.