var fDesc=new Array(); fDesc[0] = "MusEdit is a powerful music notation editor which first went on sale in 1997 but after 14 years of continuous upgrades is now (as of March 1, 2011) offered FREE OF CHARGE to the music community!

Use MusEdit to write standard treble and bass music notation, tab notation for 2 - 16 string instruments in any tuning (including bass), rhythm notation, lyrics in any font, and to draw chord diagrams -either from a chord dictionary or by creating your own. Click on the samples above to see full screen examples of these features. You can also use MusEdit to translate standard music notation to tab, or vice versa; transpose; play your music as sound; print beautiful looking scores, and more... Plus, MusEdit comes with a well illustrated, 284 page manual as a pdf document."; 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 = ''; } }