A music library for Rust.
This format is different from midi as it uses sheet music representations internally.
It is loosely based on the MusicXML format.
Add the following to your `Cargo.toml` file:
```toml
note-pen = "0.3"
```
or in your shell of choice:
```sh
cargo add note-pen
```
- --