not a Guitar issue really... but I thought this would be the best place to ask.
I would like to create nodes containing sequences of drum tabs as those
displayed here. Maybe someone can start a Drum module based on the
same concept underlying Guitar? Thank you.

Comments

floretan’s picture

Status: Active » Fixed

Just like guitar tabs, drum tabs displayed using fixed-width fonts have two problems:

1) They're not very readable.
2) They're tedious to write.

The first problem could be solved by generating prettier images using the gd library, which is relatively easy. The second problem is a lot trickier, because you need to find a markup for the data that is simple (otherwise you would just keep typing your fixed-width tabs) yet powerful enough to let you express anythings that you could with tabs. Looking at how other music applications (like lilypond) deal with the issue could give some helpful ideas.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.