alphaTab - Measure Tags

Back

This sample shows how to adjust measure specific values like timesignature or repeatings.

Tags (within measures):
\tag value value
| \ts 3 4 | \ks Eb | \ro | \rc 3 | \clef bass | \tempo 30

Source

<!-- 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> Tags (within measures): <pre>\tag value value</pre> <div class="alphaTab"> | \ts 3 4 | \ks Eb | \ro | \rc 3 | \clef bass | \tempo 30 </div>