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.
- Host: GitHub
- URL: https://github.com/scorefall/scorefall-ink
- Owner: scorefall
- License: gpl-3.0
- Created: 2019-04-16T23:56:01.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2021-01-05T08:55:19.000Z (almost 5 years ago)
- Last Synced: 2024-10-24T08:31:05.739Z (12 months ago)
- Topics: arrangement, music-composition, music-engraving, notation, scorefall-ink, wasm, web-assembly
- Language: Rust
- Homepage: https://ink.scorefall.com
- Size: 249 KB
- Stars: 8
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```