Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

continuo

umd-mith18Apache-2.00.1.7

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

Music notation, addressing, selection, highlight

readme

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