What Makes a Scale Universal

What Makes a Scale Universal

Why the Melodic Minor Ascending scale is the only 7-note scale in Western music where all 12 transpositions function over real chords in a single key center — and how SuperCollider proved it.

A strong claim was made in the first article of this series: the Melodic Minor Ascending scale is the only 7-note scale in which all 12 chromatic transpositions function over real chords in real chord progressions, all heard from a single key center. This article explains precisely what that claim means, why it is true, and how it was verified.

The Core Claim
MMA is the only 7-note scale where all 12 transpositions function over real chords in one key center — verified computationally across all 66 heptachords.
Not suspected. Not approximated. Exhaustively tested and confirmed.

What “Function Over a Real Chord” Means

A scale “functions over a chord” when its notes relate to that chord in a musically coherent way — specifically, when the chord tones of the chord appear among the scale’s notes, and when the remaining scale notes function as tensions (non-chord tones that add color without sounding wrong) rather than avoid notes (non-chord tones that sound unresolved or clashing).

This is not a loose definition. It is a testable one: given a chord (defined by its root and quality — major seventh, dominant seventh, minor seventh, etc.) and a scale (defined by its 7 pitch classes), you can determine algorithmically whether each note of the scale is a chord tone, a tension, or an avoid note. A scale “works” over a chord when it has no avoid notes against that chord, or when the avoid notes are used in a specific way that the chord type permits.

The key center constraint adds an additional requirement: the chord must be a real chord that appears in actual chord progressions in the key center, not an arbitrary combination of notes. For a key center of C, the real chords include Cmaj7, Dm7, Em7, Fmaj7, G7, Am7, Bm7b5 — the diatonic chords — plus the secondary dominants (A7, B7, D7, E7, F#7), the tritone substitutes, and other standard harmonic functions. The test asks: does each of the 12 MMA transpositions land on one of these real chords and function over it without avoid notes?

The 66 Heptachords — What Was Tested

There are exactly 66 distinct 7-note scale types (heptachords) in 12-tone equal temperament, when transpositions and inversions are considered equivalent. These are the 66 set classes of cardinality 7, catalogued in Forte’s classification system as 7-1 through 7-38 (with some subdivisions). Every possible 7-note scale is a transposition of one of these 66 types.

The computational test asked, for each of the 66 heptachords: do all 12 transpositions of this scale function over real chords in a single key center? For most heptachords, the answer is no — some transpositions produce scale-chord combinations with multiple avoid notes, or produce scale notes that don’t correspond to any real chord in the key. Only one heptachord passed the test for all 12 transpositions: set class 7-34, the Melodic Minor Ascending scale.

Selected Heptachords and Their Key-Center Transposition Results
Forte #Scale NameTranspositions passingReason for failures
7-35Major scale (Ionian)7 of 125 transpositions produce avoid notes against diatonic chords
7-32Harmonic minor4 of 12Augmented 2nd creates avoid notes in multiple transpositions
7-30Harmonic major5 of 12Flatted sixth creates avoid-note conflicts in most transpositions
7-21Double harmonic (Arabic)2 of 12Two augmented seconds produce widespread avoid-note conflicts
7-28Neapolitan minor3 of 12Flatted second creates tonic-area conflicts
7-34Melodic Minor Ascending ✓12 of 12All 12 transpositions function — the only heptachord with this property
7-33Neapolitan major6 of 12Half the transpositions produce avoid-note conflicts
7-23Romanian major4 of 12Augmented fourth creates dominant-area conflicts

The Computational Test — How It Was Run

The verification used a Python script to enumerate all 66 heptachords, generate all 12 transpositions of each, and test each transposition against the complete set of real chords in a fixed key center. SuperCollider was used to generate audio files for the passing cases, allowing the results to be heard rather than just read.

The Computational Verification — Step by Step
1Define the key center: Fix C as the tonal center. Enumerate all real chords that appear in C — diatonic chords (Imaj7, IIm7, IIIm7, IVmaj7, V7, VIm7, VIIm7b5), secondary dominants (V7/II, V7/III, V7/IV, V7/V, V7/VI), tritone substitutes, and modal interchange chords.
2Define “avoid note”: A scale tone is an avoid note against a chord if it creates a half-step clash with a chord tone in the same register, and if it is not a recognized tension for that chord type. Chord tones: the 1, 3, 5, 7 of the chord. Tensions: the 9, 11 (or #11), 13 — depending on chord type. Avoid notes: everything else.
3Test each transposition: For each heptachord and each transposition (0–11 semitones), find the chord in the key center that the transposed scale best fits. Count avoid notes. Record pass (0 avoid notes) or fail (1+ avoid notes).
4Score the heptachord: A heptachord passes if and only if all 12 transpositions produce 0 avoid notes against real chords in the key. Any heptachord with even one failing transposition does not have the universal property.
5Verify with audio: SuperCollider generated audio for each passing transposition — the scale played against a drone and the corresponding chord — allowing musical verification that the mathematical pass was also an audible pass.

Why the Major Scale Fails

The most instructive comparison is with the major scale — the most familiar 7-note scale in Western music, which might seem like the obvious candidate for universality. The major scale fails the test for 5 of its 12 transpositions. Why?

The major scale’s interval pattern (W-W-H-W-W-W-H) produces a specific distribution of avoid notes against dominant seventh chords. When a transposition of the major scale is placed over a dominant seventh chord in the key, the natural 4th of the scale (which becomes the 11th of the chord) creates a half-step clash with the chord’s major 3rd. This is the standard “avoid the 4th over a dominant” rule that jazz theory students learn — but what that rule is actually saying is that 5 of the 12 major scale transpositions produce an avoid note against dominant-function chords in the key.

The MMA scale’s flatted third eliminates this problem. By flatting one note relative to the major scale, the interval pattern shifts in a way that resolves the avoid-note conflicts in all 12 transpositions. The single semitone difference between the major scale and the MMA scale is what separates “works over 7 of 12 chords” from “works over all 12.”

Major Scale — 7 of 12 Pass
C D E F G A B (W-W-H-W-W-W-H)
5 transpositions produce an avoid note (natural 4th = b11 against dominant chords). The “avoid the 4th over dominant” rule in jazz theory is a description of this failure mode.
MMA Scale — 12 of 12 Pass ✓
C D E♭ F G A B (W-H-W-W-W-W-H)
The flatted third shifts the interval structure so that all 12 transpositions avoid the b11 conflict. One semitone of difference; a completely different set of harmonic relationships.

What Uniqueness Means

The uniqueness of MMA among all 66 heptachords is not a claim about musical preference — it is a mathematical fact about interval structure. It means that if you are searching for a 7-note scale that gives you complete harmonic coverage of a key center through its 12 transpositions, MMA is the only answer. There is no other 7-note scale that does this.

This has a practical implication that subsequent articles will explore: a musician who deeply internalizes the MMA scale and its 12 transpositions has, in a single scale family, a complete harmonic toolkit for any key center. Every dominant chord, every secondary dominant, a substantial portion of the diatonic chords — all covered by one scale, 12 transpositions, from one tonal reference point. The analytical framework made this relationship visible. The computational test confirmed it. The ear training system built on key center hearing is what makes it musically accessible.

Computational proof and music theory — the same method

Exhaustive enumeration

Testing all 66 heptachords × 12 transpositions = 792 cases. This is the computational approach to mathematical proof: not showing that MMA works, but showing that everything else doesn’t. Uniqueness requires exhaustive enumeration, not selective demonstration.

Avoid note as test criterion

The avoid note is a precisely defined musical concept — a scale tone that creates a half-step clash with a chord tone without functioning as a recognized tension. This definition is algorithmic: given a chord and a scale, you can compute avoid notes. The test criterion is musical but the evaluation is mathematical.

The one-note difference

MMA differs from the major scale by one semitone. The entire difference in harmonic coverage — 7 of 12 vs. 12 of 12 — comes from flatting the third. In music as in chemistry, small changes in structure can produce large changes in properties.

Audio verification

The computational result was verified aurally — SuperCollider generated audio for each passing case so it could be heard, not just computed. In science, theoretical prediction followed by experimental confirmation is the gold standard. This is that.

The Only One

Among all 66 possible 7-note scale types in 12-tone equal temperament, exactly one has the property of universal key-center coverage through all 12 transpositions. That scale is the Melodic Minor Ascending — a scale that has been taught in music conservatories for generations, used by jazz musicians for decades, and analyzed by set theorists since Forte’s catalog in 1973. The property was always there. The computational test found it.

The next article in this series examines the key center lens in more detail — how the shift from chord-by-chord thinking to key center thinking is a paradigm shift in the Kuhnian sense, and what other musical relationships become visible once you make that shift.

The 66 heptachords are catalogued in Forte, The Structure of Atonal Music (1973) as set classes 7-1 through 7-38. The avoid note concept is documented in Levine, The Jazz Theory Book (1995) and Russell, The Lydian Chromatic Concept of Tonal Organization (2001). The SuperScales computational verification and complete chord-scale documentation is in the SuperScales book at muse-eek.com.

Leave a Reply

Your email address will not be published. Required fields are marked *