Chord Chart Transposer
Moving a song into a key somebody can sing is twenty minutes of counting semitones on your fingers, and the mistakes are silent — one wrong chord sounds nearly right until the chorus. The capo question is worse, because it runs the other way: a capo at the third fret means you play the shapes of a key three semitones below the one that comes out.
What this generator does
Rewrites each chord in place, leaving the runs of spaces so the chords stay over the right syllables, and lists what shapes you would play with a capo at each fret.
How to use this tool
- Paste the chart with the chords on their own lines above the words.
- Say how many semitones to move it.
- Choose the key the song sounds in to see the capo table.
- Copy the transposed chart, spacing and all.
Understanding the controls
- The chord chart
- Paste it as it is. A line is treated as chords only when every token on it parses as a chord, which is what keeps a lyric like “A day in the life” from being rewritten.
- Move by, in semitones
- Between minus eleven and eleven. Two semitones is a whole tone up; twelve would be an octave and change nothing you can see.
- Key the song sounds in
- What comes out of the instrument, not what your fingers are doing. The capo table works backwards from this to the shapes you would play at each fret.
Common use cases
- Dropping a song a few semitones for a singer who cannot reach the top note
- Working out the capo position that turns barre chords into open ones
- Rewriting a chart from a recording into the key of your own instrument
- Preparing a song sheet for a group in a key everybody can play
- Checking that a transposition you did by hand is right
How this generator works
Each chord is split into its root, its suffix and any slash bass, and only the notes are moved — the suffix comes through untouched, so a Cmaj7 stays a major seventh. The check is an inversion: the transposed chart is moved back by the same interval and compared with the original chord by chord, by pitch rather than by spelling, since F sharp and G flat are the same note written differently. The capo arithmetic is checked the same way, against the identity that decides it: the key of the shapes plus the capo fret must equal the key that sounds. Lines that are not chord lines are compared against the original and must be identical, which is what proves the words were left alone.
Randomness and fairness
Nothing is random. The same chart moved by the same interval always gives the same result.
For how randomness is produced across the whole site, see how Generate Random works.
Limitations and good to know
- Chords must sit on their own lines; inline chords written inside the lyrics in square brackets are not recognised.
- The choice between sharps and flats follows the direction you move rather than proper key spelling, so a transposed chart may read B flat where a copyist would write A sharp.
- The capo table counts how many chords fall on open shapes, which is a rough guide to how easy a position is rather than a verdict.
- Nashville numbers, tab and rhythm marks are not understood.
Privacy and your data
The chart is transposed in your browser. Nothing you paste is transmitted or stored.
Related generators
- Capo Position CalculatorWhich capo position turns an awkward key into open chord shapes, with every option's shapes worked out and checked.
- Guitar Chord Shape FinderSearches the fretboard for shapes that play any chord in any of six tunings, ranked easiest first, with every note named and checked.
- Random Key Signature GeneratorDrill key signatures — draw a random key and check how many sharps or flats it has, which ones, and what its relative major or minor is.
- Chord Inversion GeneratorDraws a chord in a specific inversion, with the bass note, the figured-bass symbol and the slash-chord name all given.