paulrosen / abcjs

javascript for rendering abc music notation
Other
1.89k stars 281 forks source link

Feature Request: allow for 5-string banjo tablature #1021

Open jeremy9959 opened 2 months ago

jeremy9959 commented 2 months ago

Tablature for the five string banjo is written with the high drone string at the bottom, followed in ascending order by the strings in low-to-high order. For example, for standard open G tuning, the notes are gDGBd. This is incompatible with the abcjs tab rule for tunings that requires the strings in order of pitch.

Being able to produce banjo tab would be great!

I'd be willing to at least look at the tablature code to see what's involved, but I would need a pointer as to where to look.

paulrosen commented 2 months ago

Yes! This is definitely been gnawing at me. I will look at this sometime this weekend and give you a recommendation.