var fDesc=new Array(); fDesc[0] = "Drum Tab Printer can convert drum tabs to regular sheet music format. Whithin seconds you can print high-quality and easy to play sheet music. You just have to copy the text based tab from the website and paste it into the program. Then click on print and you get the tab in a nice looking sheet music format. On the first page the program labels the songtitle, band, album and the drummer.
The notation is optimized for drums sheet music. It recognizes the "most important" drums: snare, bass, hi-hat, different toms, crash cymbal, ride cymbal and even cowbells. It notes flams, ghost notes and rim shots as you would it to do. It also recognizes repetitions in the tab and marks them on the printed version like you know it from normal sheet music.
The program is free for any private use and is updated regularly."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }