webern / mx

C++ binding for MusicXML.
MIT License
87 stars 35 forks source link

Implement segno reading #133

Open SemitoneGene opened 1 year ago

SemitoneGene commented 1 year ago

DirectionReader::parseSegno() contains my nemesis MX_UNUSED( directionType );

Add support for reading segnos. Most of the pieces are already there.

SemitoneGene commented 1 year ago

A pull request is incoming.

SemitoneGene commented 1 year ago

https://github.com/webern/mx/pull/134