Originally published at vibeagentmaking.com
The tempered lie is what makes the grammar speakable.
In 1722, Bach completed The Well-Tempered Clavier -- twenty-four preludes and fugues, one in each key. It only worked because his keyboard had been deliberately de-tuned: each fifth flattened by about two cents from its physically correct 3:2 ratio. One part in a thousand, inaudible as pitch. What the small lie bought was free movement through all twenty-four keys.
Stack twelve true fifths and you overshoot seven octaves by the Pythagorean comma: about 23.46 cents. The circle of fifths does not exist in physics. It exists because keyboard builders distributed the comma evenly and made modulation possible.
The Algebra Under the Notes
The circle of fifths is the cyclic group Z/12Z. A fifth is seven chromatic steps, and since gcd(7,12) = 1, stepping by seven visits every pitch class before returning. Only four intervals generate all twelve: semitones (1), fourths (5), fifths (7), and major sevenths (11). Everything else produces subgroups.
John Coltrane built Giant Steps around the three-cycle of major thirds -- the augmented triad. The piece sounds disorienting because it bypasses the fifth-based lattice. It is, in a precise algebraic sense, inside the subgroup.
The Hierarchy Above the Notes
In 1983, Lerdahl and Jackendoff published A Generative Theory of Tonal Music, arguing music has something like a Chomsky grammar. The consensus now: tonal music's structure is at or near "mildly context-sensitive" -- the same formal class as natural language. Strictly more expressive than context-free, parsable in polynomial time.
Mark Steedman wrote a context-free grammar for jazz chord progressions. Martin Rohrmeier published a phrase-structure grammar for diatonic tonal music modeling recursive prolongation -- where a tonic is elaborated by its dominant, elaborated by its secondary dominant, nested arbitrarily deep.
The Entanglement
In language, syntax and lexicon are largely independent. "The blicket gorped the dax" parses as subject-verb-object despite those words not existing. Swap every noun for nonsense and you still have English syntactically.
In tonal music, this decoupling fails. Tonal harmony uses distance around the circle of fifths as its fundamental geometric prior. C major to G major is grammatically cheap (adjacent on the circle). C major to F-sharp is expensive (maximally distant). These rules exist as operations on Z/12Z. Reduce to eleven tones and the algebra breaks.
The circle of fifths is not below the grammar; it is part of the grammar, and changing it changes what the grammar can say.
What This Explains
This explains why atonality feels like a different art form. Schoenberg's twelve-tone technique abandons the adjacency geometry by treating all pitch classes as equivalent. The grammar has no prior.
It explains why non-Western traditions sound fundamentally different. Indian classical music uses twenty-two shrutis; Arabic maqam uses quarter-tones; Indonesian gamelan uses non-octave-periodic scales. These are different pitch-class groups supporting different harmonic grammars.
The Lesson for System Builders
It is not enough to ask what rules your grammar has. You must ask what algebraic structure your tokens live in, and whether your rules depend on that structure in ways you haven't named. If they do, you cannot change the token set without quietly changing the grammar.
Most systems inherit their algebras by accident and build rules that covertly exploit the inheritance. When something forces you to change the underlying set, the grammar fails in ways that look like bugs but are really the algebra speaking.
In music the problem was solved three hundred years ago by a deliberate act of mistuning. Every fifth was bent two cents flat so the circle would close. Everything since has rested on it.
Top comments (0)