https://github.com/panarch/concerto
A Javascript library for rendering MusicXML using MusicJSON and Vexflow.
https://github.com/panarch/concerto
Last synced: about 1 year ago
JSON representation
A Javascript library for rendering MusicXML using MusicJSON and Vexflow.
- Host: GitHub
- URL: https://github.com/panarch/concerto
- Owner: panarch
- License: mit
- Created: 2014-01-24T15:27:14.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2016-01-30T09:02:46.000Z (over 10 years ago)
- Last Synced: 2025-06-12T01:38:58.063Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 12.6 MB
- Stars: 29
- Watchers: 7
- Forks: 10
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Concerto Project
A Javascript library for rendering MusicXML using MusicJSON and Vexflow.
Copyright (c) 2014 Taehoon Moon
## To Contribute
* Join the Concerto Project Google Group at:
https://groups.google.com/forum/#!forum/concerto-project
* Run 'grunt lint' before sending, and make sure your code is lint-clean.
* Update json-schema(in schema folder) when you add or modify structure of musicjson.
* Please use 4 spaces instead of tabs.
* Send in your changes via a GitHub pull request.
## Prerequisties (for Developers)
For performing full builds and tests, you need the following:
#### Grunt
$ npm install -g grunt-cli
$ npm install
#### Bower
$ npm install -g bower
$ bower install
## Build Instructions
##### Build with:
$ grunt
##### Test with:
$ grunt serve
And you can connect to http://localhost:8000/demo/
## License
### MIT License