An open API service indexing awesome lists of open source software.

https://github.com/scorefall/scorefall-ink

ScoreFall™ Ink - Music composition, arrangement, engraving, and notation program.
https://github.com/scorefall/scorefall-ink

arrangement music-composition music-engraving notation scorefall-ink wasm web-assembly

Last synced: 7 months ago
JSON representation

ScoreFall™ Ink - Music composition, arrangement, engraving, and notation program.

Awesome Lists containing this project

README

          

# ScoreFall™ Ink
Music composition, arrangement, engraving, and notation program.

## Crates In This Repository
- [scorefall-ink-web](https://github.com/scorefall/scorefall-ink/tree/main/sfink-web)
the actual program (putting everything together).
- [scof](https://github.com/scorefall/scorefall-ink/tree/main/scof)
structs of musical notation.
- [staverator](https://github.com/scorefall/scorefall-ink/tree/main/staverator) music scores in [scof](https://github.com/scorefall/scorefall-ink/tree/main/scof) structs into SVG files.
- [scorefall-ink](https://github.com/scorefall/scorefall-ink/tree/main/scorefall-ink)

## Developing

### Build and Start Webserver
```bash
cd web
./run.sh
```