Rabarar's Blog

A blogging framework for mild hackers.

VexTab! Musical Notiation in HTML

| Comments

Using JavaScript to Write Music!

VexFlow, VexTab - Musical Engraving in Javascript

I’m very excited!! I randomly found a great piece of software developed by Mohit Muthanna Cheppudira that generates Musical notation and Guitar Tab.

Download the javascript or use the Chrome Extension and you can quickly encode musical notation like this:

1
2
3
4
5
6
7
tabstave
  notation=true
  key=A time=4/4

  notes :q =|: (5/2.5/3.7/4) :8 7-5h6/3 ^3^ 5h6-7/5 ^3^ :q 7V/4 |
  notes :8 t12p7/4 s5s3/4 :8 3s:16:5-7/5 :h p5/4
  text :w, |#segno, ,|, :hd, , #tr

And get beautifully formatted musical notation like this:

fig A

Comments