Advertisement
Advertisement
EVERYDAY

Music Transposer — move a whole passage of notes and chords to a new key

Paste a chord chart or a line of notes, choose a semitone shift or a target key, and get the transposed passage back with the right sharps or flats.

Separate with spaces. Bar lines, slash chords and suffixes such as m7, sus4, dim and maj7 are preserved untouched.
Ignored when the mode above is set to key-to-key.
Applied on top of the shift above. Trumpet and tenor sax are B-flat, alto sax is E-flat, French horn is F.
Transposed passage
 
0
Total semitone shift
Interval moved
Resulting key centre
0
Symbols transposed
Tip: a transposition that looks tiny on paper can be brutal to sing. Moving up three semitones raises every note in the melody by three semitones, including the highest one, so check the top of the tune before you commit to a key.
Advertisement

This music transposer takes a passage — a chord chart, a riff written as note names, a bass line, a horn part — and moves the whole thing to a different key in one pass. That is a different job from working out what notes are in one chord. Transposition is bulk arithmetic on pitch: every symbol moves by the same interval, and the only difficulty is spelling the results so a musician can read them without stumbling.

Arb Digital maintains this as part of a free tools library that spans everything from campaign budgeting to studio maths, and this page exists because the manual version of the job is slow and error-prone. Transposing a forty-bar chart by hand means forty small additions in modular arithmetic, and one slip means one wrong chord that nobody notices until the band is on stage.

What This Music Transposer Does

Paste any sequence of note names or chord symbols. The tool reads each symbol, identifies the root letter and its accidental, shifts that root by the interval you chose, and writes it back with everything after the root left exactly as it was. A Dm7 becomes an Em7 when shifted up two semitones; the m7 is never touched. Slash chords are handled on both sides of the slash, so C/E becomes D/F#, which is what you want because the bass note has to move with the harmony.

You can drive the shift two ways. Give it a number of semitones directly, or name the current key and the target key and let it work out the distance. On top of either, you can add an instrument transposition — the fixed offset that lets a trumpet player read a part in their own key while sounding in yours.

Here is the boundary with the closest tools on the site, because these three questions get run together constantly. The chord calculator spells one chord: give it a root and a quality, and it tells you the notes inside it. The music scale generator builds the full set of notes in a scale or mode. This page does neither — it takes symbols you already have and moves all of them by the same distance. If you want the actual frequency in hertz of any note you end up with, the note frequency converter handles that conversion.

How to Use It

  1. Paste the passage. Space-separated symbols work best. Bar lines written as a pipe character survive unchanged, so you can keep the shape of the chart.
  2. Choose the mode. Semitone mode is right when a singer says "a tone lower". Key-to-key mode is right when the chart is in E-flat and the band plays it in F.
  3. Set the shift or the two keys. Negative semitone values move down, positive move up.
  4. Add an instrument offset if you need one. Leave it at none for guitar, piano, bass, voice and anything else in concert pitch.
  5. Pick the accidental spelling. Automatic follows the target key, which is almost always the readable choice.

The Formula: How Transposition Is Calculated

Underneath the note names, western pitch is a twelve-step cycle. Assign each letter its position in that cycle — C is 0, D is 2, E is 4, F is 5, G is 7, A is 9, B is 11 — then add one for a sharp and subtract one for a flat. Transposing by n semitones is then a single line of modular arithmetic: new position = (old position + n) mod 12. Everything else is presentation.

Worked example, which is also the default on this page. The passage is C, Am, F, G7, then Dm7, G7, Cmaj7, C/E, shifted up two semitones. C sits at 0, so it becomes 2, which is D. A sits at 9, so it becomes 11, which is B, and the m rides along to give Bm. F at 5 becomes 7, which is G. G at 7 becomes 9, giving A7. D at 2 becomes 4, giving Em7. C at 0 becomes 2 with the maj7 intact, giving Dmaj7. The slash chord C/E moves on both halves: C becomes D and E at 4 becomes 6, which is spelled F# in a sharp key. The result is D Bm G A7 | Em7 A7 Dmaj7 D/F#.

Key-to-key mode computes n for you as the distance from the current key to the target, taken as the shorter of the two directions around the circle. Moving from C to F is five semitones up or seven down; the notes are the same either way because the arithmetic is modular, so the tool reports the shift that requires the smallest jump.

Advertisement

Why the Spelling Matters More Than the Pitch

F sharp and G flat are the same key on a piano and the same fret on a guitar. They are not the same thing on paper. A key signature commits to one set of accidentals, and once you are in that key, every note should be spelled to fit it. Write a G flat in the middle of a D major chart and the reader has to stop and translate; write an F sharp and they play it without thinking.

The rule the automatic setting follows is the one working musicians use. Keys built on the flat side of the circle — F, B-flat, E-flat, A-flat, D-flat — take flats. Keys on the sharp side — G, D, A, E, B — take sharps. C takes neither and defaults to sharps for any chromatic note that appears. This is why transposing a chart up one semitone from C is genuinely awkward: the result is either C-sharp with seven sharps or D-flat with five flats, and most players would rather read the D-flat.

There is a deeper layer this tool deliberately does not attempt. Strict notation also cares about the letter, not just the pitch. Transposing an A up a minor third should produce a C, and transposing it up an augmented second should produce a B-sharp — the same key, a different name, and a different meaning to a reader following a melodic line. Chord charts almost never make that distinction, so the tool spells by key and stays out of the argument.

Instrument Transposition, and Why a Trumpet Reads in a Different Key

A B-flat trumpet playing a written C sounds a concert B-flat. That is a historical accident of instrument design that has hardened into convention: the fingering pattern stays consistent across a family of instruments, and the part is written to suit the fingering rather than the sound. The consequence for anyone writing a chart is that the horn player needs a part in a different key from the rhythm section.

The direction of the offset is where everyone gets confused, so state it plainly. To turn a concert-pitch part into a written part for a B-flat instrument, transpose up two semitones. To read a B-flat part back into concert pitch — to work out what the trumpet is actually sounding — transpose down two semitones. E-flat instruments such as the alto saxophone move up nine semitones for the written part; F instruments such as the French horn move up seven. Both directions are offered in the selector so you do not have to remember which way round it goes.

The tenor saxophone is a B-flat instrument too, but it sounds a major ninth below written pitch rather than a major second. The note names are identical either way, because an octave is twelve semitones and twelve is zero in modular arithmetic. Only the register differs, which is a decision for whoever is arranging, not for the transposer.

Capo Position Is Transposition in Disguise

A guitar capo raises every open string by the number of frets it covers, which is exactly a transposition upward by that many semitones. If a chart is in G and the singer needs it in A, a capo at the second fret lets the guitarist keep playing the G shapes while the instrument sounds in A. The shapes are unchanged; the sounding key moves.

Run this in reverse to find the capo position. Set the current key to what you want to hear and the target key to the shape you want to play, and the semitone shift the tool reports is the fret number — as a downward figure, since you are moving the written chart down to the shapes. Capos above the seventh fret start to sound thin and cramp the fretting hand, so if the arithmetic points that high, it is usually better to capo lower and accept a different chord shape family.

The same logic applies to any transposing decision in a live setting. Guitarists prefer keys with open strings — E, A, D, G and C. Horn players prefer flat keys. Singers care only about where the melody sits. A key that suits all three at once is rare, and picking it is the actual skill; the arithmetic on this page is the easy part.

Choosing a Key for a Voice

The most common reason anyone transposes is that a song does not sit well for a particular singer. The useful method is not to guess a shift and try it, but to find the two extreme notes in the melody — the highest and the lowest — and check where those land after the move. A shift that fixes a strained high note by four semitones also drops the lowest note four semitones, and it may fall off the bottom of the singer's range entirely.

Once you have a candidate key, transpose the chart here and look at what you got. If the result is full of double-flats or a key signature with six accidentals, consider the enharmonic equivalent one step around the circle. The sound is identical and the page is far easier to read. For tempo-related decisions that go with a key change, the BPM calculator handles beat and bar timing, and the delay and reverb time calculator converts a tempo into delay times in milliseconds for anyone setting up effects around the new arrangement.

Where the Standard Pitch Comes From

All of this arithmetic assumes an equal-tempered twelve-note octave anchored to a reference pitch. That anchor is defined internationally: ISO 16:1975, Acoustics — Standard tuning frequency, sets the A above middle C at 440 hertz. Every other pitch in equal temperament follows from that one number by multiplying or dividing by the twelfth root of two for each semitone.

The same twelve-step numbering shows up in software. MIDI represents pitch as an integer note number, and transposing in a sequencer really is nothing more than adding a constant to that integer, exactly as this page does — the MIDI 1.0 message summary from the MIDI Association shows the note number travelling in the note-on message. That is why a DAW can transpose a part instantly but often spells the result badly: it is moving numbers, and the note names are an afterthought. Spelling is the part a human still has to check.

Building an audience for your music or your studio?

Arb Digital's free tools library covers the audience, content and measurement maths behind growing a following online, and our team is happy to talk through anything the tools cannot answer.

Browse Free Tools Talk to Arb Digital

Common Mistakes to Avoid

  • Transposing the chords but not the melody — a chart and a vocal line have to move together, or the tune will not fit the harmony any more.
  • Forgetting the bass note in a slash chord — C/E has two pitches to move, and leaving the E behind changes the voicing completely.
  • Mixing sharps and flats in one key — pick the spelling that matches the target key signature and stay with it for the whole chart.
  • Getting the horn direction backwards — writing a B-flat part means going up two semitones, not down; going down gives you the concert reading instead.
  • Choosing the key from the first note — check the highest and lowest notes of the melody, because those are what actually decide whether a key is singable.

Related Free Tools From Arb Digital

Use the chord calculator when you need the notes inside a single chord, the music scale generator to build a scale or mode in the new key, the note frequency converter to get the pitch in hertz, the BPM calculator for tempo and bar timing, and the frequency converter for unit conversions across hertz, kilohertz and beyond. Everything else is in the free online tools hub.

Frequently Asked Questions

Does this transpose chord suffixes like m7 or sus4?

The suffix is preserved exactly as written and only the root letter moves. A Dm7 shifted up two semitones becomes Em7, because the quality of a chord does not change when the whole passage moves by the same interval.

How is this different from a chord calculator?

A chord calculator spells the notes inside one chord from its name. This page takes a passage of chords or notes you already have and moves every symbol in it by the same interval, which is a bulk operation rather than a lookup.

Should I use sharps or flats in the result?

Match the target key. Keys on the flat side of the circle such as F, B-flat and E-flat take flats, and keys on the sharp side such as G, D and A take sharps. The automatic setting applies that rule for you.

Which way do I transpose for a B-flat trumpet?

To produce the written part from a concert-pitch chart, transpose up two semitones. To work out what a written B-flat part actually sounds like, transpose down two semitones. Both directions are available in the instrument selector.

Can I use this to find a capo position?

Yes. A capo raises the sounding pitch by one semitone per fret, so if you want to hear a key but play the shapes of a lower one, the number of semitones between them is the fret number for the capo.

Why did my chart come back with an awkward key signature?

Some shifts land on keys with five, six or seven accidentals. The enharmonic equivalent one step around the circle sounds identical and is usually far easier to read, so switch the target key to that spelling instead.

Does transposing change the tempo or the rhythm?

No. Transposition only changes pitch. The rhythm, the bar lines and the tempo are untouched, which is why the bar characters in your input come back exactly where you put them.

What reference pitch does the arithmetic assume?

Equal temperament anchored to A at 440 hertz, the international standard tuning frequency defined in ISO 16. The transposition itself is independent of the reference pitch, but any conversion to frequency depends on it.

This tool performs pitch arithmetic on the text you supply. It does not read sheet music, judge vocal range, or make arranging decisions, and any part intended for performance should be checked by the musician who has to play it.

Advertisement
Advertisement

Take it further