Skip to content

umd-mith/continuo

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Build Status

Continuo

Continuo is a JS library to select notes on a rendered MEI music score and create permalinks using the Music Addressability URL scheme.

Dependencies

  • Verovio must be available globally.

The built version will include

  • jQuery
  • Backbone

Import continuo directly into your JS app too avoid duplication. Or file an issue if your project needs a build without dependencies and we'll work on it. You'll need Gulp for building.

How to use

$ npm install continuo
$ gulp
(new Continuo({el: "#html_id", mei: '/URL/to/MEI'})).render();
// or
(new Continuo({el: "#html_id", meiString: '<mei><!-- MEI data --></mei>'})).render();

Based on

License

Apache 2.0

About

Select notes on a rendered MEI music score and create permalinks using the Music Addressability URL scheme.

Resources

Stars

Watchers

Forks

Packages

No packages published