var fDesc=new Array(); fDesc[0] = "Copyist is music notation software that lets you create with ease tricky musical examples.
Because Copyist treats notes, staves, clefs and other musical symbols as graphical elements, you've got the freedom to put musical objects on the page regardless of musical rules. This freedom allows you to easily create small excerpts to be included in work that is predominantly text, as well as very complex scores which are difficult to create using software which must follow musical rules.

Copyist lets you save your scores as .BMP, TIFF, .EMF or .EPS files so that you can incorporate them into your documents."; 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 = ''; } }