Editing
20th Century Music Theory
Jump to navigation
Jump to search
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
<div style="background-color: #4B0082; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> {{BloomIntro}} 20th Century Music Theory is the study of the radical break from traditional harmony and rhythm that occurred in the 1900s. After 300 years of "Tonal" music (music with a clear "Home" key), composers began to experiment with **Atonality** (no key), **Polytonality** (multiple keys at once), and **Twelve-Tone Serialism** (treating all 12 notes as equal). This era also saw the exploration of electronic sound, complex mathematical structures, and the "aleatory" (chance) in music. It is a period where the very definition of "Music" was challenged and expanded, moving from "beauty" to "expression," "concept," and "sound." </div> __TOC__ <div style="background-color: #000080; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Remembering</span> == * '''Atonality''' β Music that lacks a tonal center or key. * '''Twelve-Tone Technique (Serialism)''' β A method of composition where all 12 notes of the chromatic scale are treated as equal, usually arranged in a "Tone Row." * '''Tone Row''' β A specific ordering of the 12 chromatic notes used as the basis for a serial composition. * '''Polytonality''' β The simultaneous use of two or more keys. * '''Minimalism''' β A style using repetitive patterns, steady pulses, and gradual changes (e.g., Steve Reich, Philip Glass). * '''Aleatory (Chance) Music''' β Music where some element of the composition is left to chance (e.g., John Cage). * '''Musique ConcrΓ¨te''' β Music constructed by mixing recorded sounds (natural or man-made). * '''Electronic Music''' β Music created using electronic oscillators, synthesizers, and computers. * '''Microtonality''' β Using intervals smaller than a semitone. * '''Polyrhythm''' β The simultaneous use of two or more conflicting rhythms. * '''Cluster Chord''' β A dissonant chord consisting of at least three adjacent notes in a scale. * '''Pitch Class Set Theory''' β A mathematical way of analyzing groups of notes (sets) in atonal music. * '''Total Serialism''' β Applying the rules of serialism not just to notes, but to rhythm, volume, and articulation. * '''Extended Technique''' β Using an instrument in a non-traditional way (e.g., playing inside a piano). </div> <div style="background-color: #006400; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Understanding</span> == The 20th century was a "Revolution" against the past. **1. The Break from Tonality**: Composers like Arnold Schoenberg felt that "Traditional Harmony" had been exhausted. They invented **Atonality** to create music that was no longer tied to "resolution." To bring order to this chaos, Schoenberg created the **Twelve-Tone System**, where no note can be repeated until all 11 others have been played. **2. The Explosion of Rhythm**: Igor Stravinsky's *The Rite of Spring* changed the world with its "Primal" rhythms. He used "Changing Meters" (4/4, then 5/8, then 3/4) and "Asymmetric Accents" to create music that felt like a machine or a ritual rather than a song. **3. Sound as Music**: Edgard VarΓ¨se famously defined music as "Organized Sound." He didn't care about "melodies"; he cared about "Masses," "Densities," and "Volumes." This paved the way for **Electronic Music** and **Noise Music**. **4. Minimalism (The Return to Simplicity)**: After the extreme complexity of serialism, minimalists went the other way. They used simple triads and constant repetition, focusing on the tiny, slow changes that happen over long periods (The "Phase Effect"). </div> <div style="background-color: #8B0000; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Applying</span> == '''Generating a 'Twelve-Tone' Row Logic:''' <syntaxhighlight lang="python"> import random def generate_tone_row(): """ Schoenberg's Rule: All 12 notes must appear exactly once. """ notes = ['C', 'C#', 'D', 'Eb', 'E', 'F', 'F#', 'G', 'Ab', 'A', 'Bb', 'B'] row = random.sample(notes, 12) # Transformations retrograde = row[::-1] # Backward return { "Prime Row": row, "Retrograde": retrograde } # Creating the 'DNA' of a Serial piece print(generate_tone_row()["Prime Row"]) # From this one row, a composer can build an entire # symphony without ever repeating a 'key'. </syntaxhighlight> ; Theoretical Movements : '''The Second Viennese School''' β Schoenberg, Berg, and Webern (The masters of Serialism). : '''The Darmstadt School''' β Post-WWII composers (Stockhausen, Boulez) who pushed serialism to its logical extreme. : '''The New York School''' β John Cage and others who focused on Zen, silence, and chance. : '''Spectralism''' β French movement (Grisey, Murail) that used computers to analyze the physics of sound to build harmonies. </div> <div style="background-color: #8B4500; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Analyzing</span> == {| class="wikitable" |+ Tonal vs. Atonal Music ! Feature !! Tonal (Classical/Pop) !! Atonal (20th Century) |- | Center || Home Key (Tonic) || No Center |- | Progression || Tension and Resolution || Constant Tension / Avoidance of Resolution |- | Grammar || Chords and Scales || Sets and Intervals |- | Listening Focus || Melody and Harmony || Texture, Rhythm, and Sound Color |} **The Concept of "Emancipation of the Dissonance"**: This was Schoenberg's idea that "dissonance" (tension) no longer needs to be "resolved" (released). In the 20th century, a "clashing" sound is allowed to just *exist* for its own sake. Analyzing this shift is what allows us to understand the "emotional" language of horror movie scores or experimental jazz. </div> <div style="background-color: #483D8B; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Evaluating</span> == Evaluating 20th-century music: (1) **Systemic Consistency**: Does the music follow its own internal rules (even if those rules are "weird")? (2) **Innovation**: Does the composer find a new way to organize sound or time? (3) **Perceptibility**: Can the human ear actually hear the complex math the composer used (a common criticism of total serialism)? (4) **Context**: Does the music reflect the fragmentation and anxiety of the modern world (the "Age of Anxiety")? </div> <div style="background-color: #2F4F4F; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;"> == <span style="color: #FFFFFF;">Creating</span> == Future Frontiers: (1) **AI-Driven Avante-Garde**: Using neural networks to discover "Sound-Worlds" that humans cannot imagine. (2) **Bio-Music**: Connecting plants or human brainwaves to synthesizers to create "living" 20th-century music. (3) **XR-Composition**: Creating 3D musical structures that listeners can "walk through" in Virtual Reality. (4) **The New Consonance**: Blending the radical innovations of the 20th century back into "listenable" music for the 21st century. [[Category:Music Theory]] [[Category:Art]] [[Category:History]] </div>
Summary:
Please note that all contributions to BloomWiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
BloomWiki:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Template used on this page:
Template:BloomIntro
(
edit
)
Navigation menu
Personal tools
Not logged in
Talk
Contributions
Create account
Log in
Namespaces
Page
Discussion
English
Views
Read
Edit
View history
More
Search
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Tools
What links here
Related changes
Special pages
Page information