Skip to content
/ vexflow Public
forked from 0xfe/vexflow

A JavaScript library for rendering music notation and guitar tablature.

License

Notifications You must be signed in to change notification settings

3logy/vexflow

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.2%
  • Other 0.8%