CaveMike / vexflow

A JavaScript library for rendering music notation and guitar tablature.

Home Page:http://www.vexflow.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vex Flow - A JavaScript library for rendering music notation.
Copyright (c) 2010 Mohit Muthanna Cheppudira

---------------

Coders please note:

- Send in your changes via a GitHub pull request.
- Rebase early, rebase often.
- Please include tests -- I will not commit changes that don't have
  accompanying tests.
- Please use 2 spaces instead of tabs and wrap your lines at 80 columns.
- Try to stick to the style conventions in the existing code. (It's not great,
  but it's what we have.)
- Join the VexFlow Google Group at:
  https://groups.google.com/forum/?fromgroups#!forum/vexflow

----------------

For performing full builds, you need the following:

  - JRE
  - Google Closure Compiler (included in support/)
  - SCons
  - git
  - zip

Build with:

  $ scons

Clean with:

  $ scons -c

Quiet build:

  $ scons -Q

----------------

The site: http://www.vexflow.com
The blog: http://0xfe.blogspot.com
The discussions: https://groups.google.com/forum/?fromgroups#!forum/vexflow

About

A JavaScript library for rendering music notation and guitar tablature.

http://www.vexflow.com

License:Other


Languages

Language:JavaScript 99.1%Language:Python 0.7%Language:Shell 0.3%