Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pje/leadsheet

parses leadsheets. renders leadsheets in the browser. transposes them too. no melody, just chords ✍️🎢🎹
https://github.com/pje/leadsheet

Last synced: 17 days ago
JSON representation

parses leadsheets. renders leadsheets in the browser. transposes them too. no melody, just chords ✍️🎢🎹

Awesome Lists containing this project

README

        

# leadsheet


screenshot

Build and open the reader app:
```bash
brew install deno

make build
make test
make watch
open build/index.html
```

Install the vscode extension for syntax highlighting of .leadsheet files:
```
make install_vscode_extension
```

To run/test/develop github actions locally:
```
act -j test -W .github/workflows/all.yaml
```