This sample shows how metadata like songtitle or tempo can be specified.
Tag:\tagname value value ...
Tag: <pre>\tagname value value ...</pre><br />
<!-- Include the Editor Plugin -->
<script language="JavaScript" type="text/javascript" src="../lib/alphaTab/jquery.alphaTab.editor.js"></script>
<script language="JavaScript" type="text/javascript">
(function($) {
$(document).ready(function() {
$('div.alphaTab').alphaTab().editor();
});
})(jQuery);
</script>
<div class="alphaTab">
\title "Song Title"
\subtitle Subtitle
\artist Artist
\album 'My Album'
\words Daniel
\music alphaTab
\copyright Daniel
\tempo 200
\instrument 30
\capo 2
\tuning e5 b4 g4 d4 a3 e3
.
</div>