Music Transposer - Note Transposition Guide
Music transposer that moves any melody up or down by a chosen interval or from one key to another, with sharp or flat spelling and up to six notes at once.
Music Transposer
Results
What Is Music Transposer?
A music transposer takes a short melody, a chord arpeggio, or any list of individual notes and shifts every pitch up or down by a chosen interval while preserving the rhythmic and intervallic structure. Pick a mode (interval in semitones or by key), choose a direction or a target key, type up to six pitch names, and the tool returns the spelled transposed notes with the signed interval and a count of any tokens it could not parse.
- • Singers matching a song to a vocal range: Type the melody, try a few intervals up or down, and read the spelled notes that fit the singer's range.
- • Instrumentalists fitting a key to an instrument: Pick the source key and a target key for a B-flat trumpet or clarinet, and see the new melody spelled in the chosen enharmonic convention.
- • Arrangers preparing alternate keys: Try a melody in several keys, comparing the spelled transpositions side by side to choose the smoothest voice leading.
- • Music students checking homework: Compare the spelled output with a textbook answer to verify that every note was raised or lowered by the same number of semitones.
The result panel reports the spelled notes, signed interval, and parsed and skipped counts.
Transposing single notes and transposing chord progressions share the same chromatic-index arithmetic, so a guitarist who has just shifted a melody up a fourth can paste the new scale tones straight into the chord transposer.
How Music Transposer Works
The music transposer assigns every pitch class a number from 0 (C) to 11 (B), computes the signed transposition interval from the chosen mode, adds the signed interval to every input note's chromatic index, and wraps each result to the 0 to 11 range with modular arithmetic so the spelled output always lands inside the 12-tone alphabet.
- transpositionMode: Either 'interval' (semitones and direction) or 'by-key' (sourceKey and targetKey).
- semitones: Magnitude of the transposition interval. Range 0 to 12.
- direction: Raises (up) or lowers (down) the notes. By-key mode wraps the source-to-target distance forward, so the signed interval is non-negative.
- sourceKey / targetKey: Original and destination keys in by-key mode, mapped to chromatic indices 0 to 11.
- notes: Space- or comma-separated list of up to 6 pitch names. Each token is normalized to a chromatic index.
- enharmonic: Sharp or flat spelling applied to every transposed note.
- transposedNotes: Spelled pitch names after the signed interval is applied. Unrecognized tokens are omitted.
- intervalSemitones: Signed interval reported. Positive when up or by-key, negative when down.
Each input token is split on whitespace or commas and normalized against the same chromatic index table that the chord transposer and music scale calculator use.
Transpose a C major triad up a major second
Mode: interval. Semitones: 2. Direction: up. Notes: C E G. Spelling: sharp.
C is 0, E is 4, G is 7. Signed interval +2. Adding 2 mod 12 gives 2, 6, 9, which spell D, F#, A.
Transposed notes: D F# A. Signed interval: +2 semitones. Parsed: 3. Skipped: 0.
The C major triad moved up a major second lands on D F# A, the D major triad.
Move a four-note motif from C major to D major by key
Mode: by-key. Source key: C. Target key: D. Notes: C E G B. Spelling: sharp.
Source C is 0, target D is 2, so signed interval +2. Adding 2 to the indices of C, E, G, B gives 2, 6, 9, 1, which spell D, F#, A, C#.
Transposed notes: D F# A C#. Signed interval: +2 semitones. Parsed: 4. Skipped: 0.
By-key mode matched interval mode, confirming a source-and-target pair resolves to the shortest upward interval on the chromatic clock.
According to Britannica (tuning and temperament), equal temperament divides the octave into twelve identical semitone steps, which is the basis for naming every note in a transposition on the 0 to 11 chromatic index.
Every running total in the scale is reduced mod 12 so the result stays inside the 0-11 chromatic range. A modulo calculator applies the same remainder-after-division pattern to any integer input.
Key Concepts Explained
Four ideas describe every transposition the calculator produces.
Chromatic Index
Every pitch class is given a number from 0 to 11 (C is 0, C#/Db is 1, up to B is 11). The label lets the calculator add and subtract notes without juggling accidentals.
Signed Interval
The net semitone shift applied to every note. Positive values raise the notes, negative values lower them. In by-key mode it is the difference between target and source wrapped to 0 to 11.
Mod 12 Wrap
After adding the signed interval, the calculator reduces the result mod 12. The same remainder step used in clock arithmetic keeps the spelled output inside the 12-tone alphabet.
Enharmonic Spelling
The same chromatic index can be spelled with a sharp or a flat name. Sharp fits key signatures with sharps; flat fits key signatures with flats.
The chromatic index enables the signed interval, the mod 12 wrap keeps the result inside the 12-tone alphabet, and the enharmonic preference fits the spelled output to the chosen key.
Each semitone on the chromatic scale also represents a fixed frequency multiplier of 2^(1/12), so the count of semitones between two pitches equals the base-2 logarithm of their frequency ratio. A frequency calculator works through that pitch-to-ratio relationship on any wavelength or period input.
How to Use This Calculator
Four steps cover a single transposition and a quick comparison between several directions or keys.
- 1 Pick a transposition mode: Choose 'by interval' to enter a semitone count and direction, or 'by key' to enter a source key and target key.
- 2 Set the interval or the keys: In interval mode, set semitones from 0 to 12 and pick up or down. In by-key mode, set source key and target key from the dropdowns.
- 3 Type up to six notes: Type pitch names separated by spaces or commas. Tokens that do not match are skipped without breaking the rest.
- 4 Read the four outputs: The result panel shows the spelled transposed notes, the signed interval in semitones, the parsed count, and the skipped count.
With mode 'interval', semitones 2, direction up, notes 'C E G', and enharmonic sharp, the result is D F# A with a signed interval of +2 semitones. Switching direction to down with semitones 5 returns G B D with a signed interval of -5 semitones.
Once a melody has been transposed to a new key, the spelled scale under that key is the natural next step: a music scale calculator lists the seven pitch classes of the major or natural minor scale that fits the transposed root.
Benefits of Using This Calculator
A purpose-built tool keeps the chromatic index table, the enharmonic rules, and the mod 12 wrap in one place.
- • Two transposition modes on one form: Interval mode and by-key mode cover the two common entry points, so the same calculator handles 'one step up' and 'move from B-flat to C'.
- • Spelled output with the user's spelling preference: Sharp or flat preference is a first-class input, so a transposition to B-flat major reads as Bb, Eb, F rather than as A#, D#, E#.
- • Reports the signed interval it actually applied: The calculator surfaces the signed interval in semitones, so a user who typed 'down a major second' sees a -2 reading rather than guessing.
- • Counts parsed and skipped tokens: The note count and unparsed count tell the user how many pitch names were recognized and how many were skipped.
- • Works for any root and direction: The same form returns a correct spelled transposition for any of the 12 chromatic pitch classes either way.
Putting the spelled output, signed interval, and parsed-and-skipped counts on one screen turns the page into a working reference for vocal warm-ups.
A transposition that takes a minute by ear lands on the screen in a fraction of that time, so a musician weighing whether to keep this tool can pair it with an is it worth it calculator that frames saved minutes against the time the same shift would take.
Factors That Affect Your Results
Four variables determine the result, and two limitations tell you when a different tool fits better.
Transposition mode
Interval mode applies a fixed semitone count up or down; by-key mode computes the shortest upward interval on the chromatic clock between source and target keys.
Semitone count and direction
The signed interval is the product of the semitone count and the direction. Values 0 to 12 cover unison through perfect octave in either direction.
Note input format
Tokens separated by spaces or commas are parsed individually. Anything outside the 12 chromatic pitch names is counted as a skipped token.
Enharmonic spelling preference
The sharp or flat choice is applied uniformly to every transposed note so the output fits the key signature the user is writing for.
- • The calculator parses up to six notes at a time, so very long melodies are best handled in smaller segments.
- • The spelled output uses 12-tone equal temperament, so it does not capture every microtonal or non-Western tuning.
A user who needs more than six notes or a non-12-tone tuning can use this calculator to learn the shift language and then look up a more specialized reference.
According to Britannica (transposition in music), transposition in music is the shifting of a melody, a section, or a whole piece up or down by a constant interval, while the rhythmic values and the intervals between consecutive notes are preserved.
According to Britannica (interval in music), the perfect octave spans twelve semitones, the perfect fifth spans seven semitones, the perfect fourth spans five semitones, and the major second spans two semitones in 12-tone equal temperament.
Frequently Asked Questions
Q: What does a music transposer do?
A: A music transposer takes a list of notes and shifts every pitch up or down by a chosen interval while preserving the rhythm and the intervallic structure. The result is a spelled sequence of notes in the chosen enharmonic convention.
Q: How do you transpose notes up or down by an interval?
A: Pick the interval mode, choose a semitone count from 0 to 12, pick up or down, type the notes, and read the spelled output. The signed interval panel confirms the shift in semitones.
Q: What is the difference between transposing by interval and transposing to a new key?
A: Interval mode applies a fixed semitone count up or down. By-key mode computes the shortest upward interval on the chromatic clock between source and target keys, so the output always reports a non-negative shift (C to B reads as +11, not -1).
Q: How many semitones is each interval from unison to octave?
A: Unison 0, minor second 1, major second 2, minor third 3, major third 4, perfect fourth 5, tritone 6, perfect fifth 7, minor sixth 8, major sixth 9, minor seventh 10, major seventh 11, perfect octave 12.
Q: How do you transpose a melody from C major to D major?
A: Pick by-key mode, set source key C and target key D, type the melody, and read the spelled output. The signed interval reports +2 semitones, the major second between C and D in equal temperament.
Q: Does transposition change the enharmonic spelling of a note?
A: Transposition moves the pitch class by a fixed number of semitones; the spelled name depends on the sharp or flat preference you select. The same chord can read D F# A under sharps or D Gb A under flats.