var fDesc=new Array(); fDesc[0] = "Play, transpose and print out piano or solo scores from scanned sheet music or from PDF files. Highly-accurate recognition captures nuances, tempos, pedal markings and contrapuntal voices.

Piano Edition is a valuable learning tool for any pianist or soloist. Arpeggios, glissandi and other performance properties can be modified with a single click.

Practice along at slow speeds without affecting pitch. Mute, solo or diminish volume of a staff or voice during playback. Resize, reformat, and reset margins of your printed output."; 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 = ''; } }