var fDesc=new Array(); fDesc[0] = "As its name implies, Guitar Chord Dictionary is a program that allows you to find, hear and print any chord and scale; nevertheless, it does not limits itself to guitar: you can find chords and scales for bass guitar and other four-stringed instruments, as well as for mandolin, banjo, ukulele, and many more.
The interface lets you switch between chords and scales, depending on what you want to obtain. Also, you can switch between fingerings (i.e. showing where to put your fingers on the fretboard to play a chord) or the notes and intervals that form that chord.
Guitar Chord Dictionary lets you see virtually any chord and scale in several positions along the fretboard, so you can choose the right one for your compositions. Another interesting feature lets you type or paste the lyrics and chords of a song as posted in many Internet sites and books, and the program extracts and shows those chords for you to see their fingerings, notes and/or intervals.
Guitar Chord Dictionary is not limited to conventional Western chords and scales, but it can show you several "exotic" scales and modes, such as Chinese, Gypsy, Neapolitan, and so on. If you are a musician playing in a band or composing your own songs, this software is right for you."; 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 = ''; } }