https://github.com/ad-si/lilyware
Middleware for serving rendered lilypond files
https://github.com/ad-si/lilyware
Last synced: 2 months ago
JSON representation
Middleware for serving rendered lilypond files
- Host: GitHub
- URL: https://github.com/ad-si/lilyware
- Owner: ad-si
- Created: 2014-12-22T08:38:44.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-04-27T21:18:08.000Z (over 9 years ago)
- Last Synced: 2024-11-21T14:23:06.683Z (11 months ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LilyWare
LilyWare is an express middleware for serving lilypond files.
## Usage
```
app.use(lilyware(basePath))
```Looks in `basePath` for requested `.ly` files and serves them according to the url query string (e.g `test.ly?format=png&resolution=30`)
### Query options
Possible options to configure rendering via url query parameters.
#### format
Possible values: png, svg, pdf, ps, midi
Default: png#### resolution
Resolution in ppcm (only available for png format)
Default: 50