Slashdot Mirror


Beautifully Rendered Music Notation With HTML5

An anonymous reader writes "This is incredible. This guy has built a music notation engraver entirely in JavaScript, allowing for real-time music editing right in the browser. Here's a demo. The library has no external dependencies, and all the glyphs, scores, beams, ties, etc. are positioned and rendered entirely in JavaScript."

1 of 259 comments (clear)

  1. Only relevant by toxygen01 · · Score: 5, Informative

    part for the coders is:
    http://0xfe.muthanna.com/jsnotation/vexnotation.js

    this is the code responsible for generating the content.