ironchicken/MEItoVexFlow
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
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
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more.
- Open with GitHub Desktop
- Download ZIP
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Latest commit
Git stats
Files
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
MEItoVexFlow ============ A JavaScript library which provides a function for converting MEI <http://music-encoding.org/> encoded music notation into drawing instructions for the VexFlow <http://vexflow.com/> music notation rendering library. Usage ----- The library provides the function `render_notation` which takes four arguments: - `score` should be a markup fragment containing the MEI - `target` should be an HTML <canvas> element onto which the notation will be drawn - `width` should be the width of the canvas (optional) - `height` should be the height of the canvas (optional) The function has been tested using an MEI fragment embedded within an HTML document. See: http://igor.gold.ac.uk/~map01rl/pocac/prokofiev-op-36.html Dependencies ------------ Any browser in which this code is used must have the VexFlow and jQuery libraries loaded. Limitations ----------- Only a small subset of MEI has so far been implemented. Many conventional aspects of common practice notation have been igonred (such as repeat accidentals, stem directions). It's also important to remember that VexFlow is a moving target, it's in constant development and so this code could break at any time.
About
JavaScript libray to render MEI notation using VexFlow
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published