0xfe / vextab

A VexTab Parser for VexFlow
Other
588 stars 115 forks source link

please support non 6 strings #114

Closed sugizo closed 3 years ago

sugizo commented 3 years ago

nice to have non 6 strings tablature e.g. 4 - 12 strings because out there have bass tablature too thx perhaps in src/artist.coffee strings: 6 // should be variable that passing by an argument

0xfe commented 3 years ago

You can add strings=4 to tabstave for bass (or any other number between 4 and 8).

E.g., tabstave notation=true key=A time=4/4 strings=4

nlahmi commented 5 months ago

This is only partially fixed, as tab notation (even with 4 strings) seems to use guitar octaves so.. you either have to write fret/string and only render the tab view or write using note/octave and only render sheet music - it's not synchronized!

KevinGage commented 5 months ago

This is only partially fixed, as tab notation (even with 4 strings) seems to use guitar octaves so.. you either have to write fret/string and only render the tab view or write using note/octave and only render sheet music - it's not synchronized!

Yes please. I just discovered this plugin and would love to use it for bass guitar notation and tab. But when I do something like this

tabstave notation=true tablature=true clef=bass strings=4
notes :16 5-5-5-5/4 ## 5-5-5-5/4 #7#

I get this where the octave is way off in the notation. image

Or I do this and the tab is on the wrong string

tabstave notation=true tablature=true clef=bass strings=4
notes :16 A-A-A-A/2 ## A-A-A-A/2 #7#

image