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

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.

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