How this instrument works
Transposition means shifting a note, or an entire passage of music, up or down in pitch by a fixed interval while preserving the pattern of distances between notes. A semitone (also called a half step) is the smallest interval in standard Western tuning — the distance from any piano key to the very next key, black or white. Shifting a note by a given number of semitones is the mathematical heart of transposition: every note in a melody or chord shifted by the same number of semitones moves the whole thing to a new key while keeping its internal shape identical.
The 12 notes of the chromatic scale (C, C#, D, D#, E, F, F#, G, G#, A, A#, B) repeat in a cycle: shifting a note up by exactly 12 semitones lands back on the same note name, one octave higher. Shifting by more than 12 semitones, or by a negative number to move downward, wraps around that same 12-note cycle — this instrument reports both the resulting note name and Octave shift, the number of full octaves that particular shift crossed, which is easy to lose track of by ear alone once a shift goes beyond a single octave.
This instrument uses the same 12-note chromatic lookup and sharp-only spelling convention as this site's Chord instrument — it always names notes using sharps (D# rather than the enharmonically identical Eb), so the resulting pitch is always correct even where a particular musical key would traditionally prefer flat spelling in written notation.
Transposition comes up constantly in practice: shifting a song into a singer's comfortable vocal range, matching a capo position on guitar, or adapting a part written for a transposing instrument (like a B-flat clarinet, whose written notes sound a whole step lower than concert pitch) to a different instrument's key.
- Select Starting note from the 12-note chromatic dropdown.
- Enter Transpose by (semitones) — a positive number to move up in pitch, a negative number to move down.
- Read Transposed note for the resulting note name.
- Read Octave shift for how many full octaves that transposition crossed.
- Try +12 or -12 semitones to confirm the note name returns unchanged with exactly one octave of shift.
Worked example — transposing C up a perfect 5th
C sits at index 0 in the chromatic scale. Transposing it by +7 semitones (a perfect 5th, one of the most common intervals in music) gives index (0+7) mod 12 = 7, which is G. Transposed note reads G, and since 0+7=7 is still less than 12, no octave boundary was crossed, so Octave shift reads 0.
By contrast, transposing C up by a full 12 semitones would give index (0+12) mod 12 = 0 — back to C — but this time Octave shift reads 1, since floor(12/12)=1 full octave was crossed even though the note name came right back around to where it started. That distinction, same note name but a different octave, is exactly what the Octave shift figure is built to catch.
Questions
What does transposing "by semitones" actually mean?
A semitone is the smallest standard interval in Western music — the distance from one piano key to the very next one, black or white included. Transposing a note by a given number of semitones moves it up or down the 12-note chromatic scale by that many steps: +7 semitones is a perfect 5th up, +12 is a full octave up, and negative numbers move downward instead. Transposing an entire melody by the same fixed number of semitones shifts the whole thing into a new key while preserving every internal interval exactly.
Why does the tool always show sharps (like D#) instead of flats (like Eb)?
This instrument, matching the convention used elsewhere on this site's chord tools, always spells notes using sharps rather than flats. The actual pitch produced is identical either way — D# and Eb are the same key on a piano — only the letter name differs. A specific musical key might conventionally prefer flat spelling in written notation, but this calculator's sharp-only naming keeps the underlying chromatic-scale math simple and unambiguous.
What is Octave shift, and why does it matter separately from the note name?
Octave shift reports how many full 12-semitone octaves a given transposition crossed, on top of the resulting note name itself. Two transpositions can land on the exact same note name — say, both ending on C — while one moved up one octave and the other moved up two, a difference that matters a great deal when transposing a whole passage into a singer's or instrument's actual playable range, even though the note-name math alone can't distinguish them.
Can I transpose downward as well as upward?
Yes — enter a negative number of semitones to transpose down. For example, transposing D (index 2) by -3 semitones gives index (2-3) mod 12, which wraps around to 11, or B, with Octave shift reading -1, since the shift borrowed from the octave below to make the wraparound work. Negative semitone values work exactly like positive ones, just moving down the chromatic scale instead of up.
Does this transpose a whole chord or melody, or just one note?
Just one note at a time — enter a single starting note and a semitone shift, and get back that one transposed note. To transpose an entire chord, use this instrument to transpose the chord's root note first, then rebuild the chord from that new root using this site's Chord instrument, applying the same chord quality (major, minor, and so on) you started with.