<?php include('../chord/chord.inc.php'); $c = new chord(array(0,2,0,1,0,0)); $c->setTitle('E7'); //PHP Chord will use built in 5 PHP font //You can specify another font //$c->setFontTitle('arial.ttf'); //$c->setFontTitleSize(16); $c->draw(); ?>