Guitar Tabs

PHP Class Demo

Download

Class & Example code

How to use

PHP
$l = new guitarTabs();
$l->add_section('', $lyrics);

// print list of tabs in song
$l->print_tabs();

// print tabs & lyrics with a fixed width font
$l->print_fixed();

// print tabs & lyrics with a variable font
$l->print_HTML();

Input



Output

List of tabs in songAm F D7 G

Fixed font output
Am                   
Help, I need somebody
F                     
Help, not just anybody
D7                             G    
Help, you know I need someone, help 

HTML formated output
Am
Help, I need somebody
F
Help, not just anybody
D7G
Help, you know I need someone, help