Tristan chord
Component intervals from root
augmented second
augmented sixth
augmented fourth (tritone)
root [F]
Forte no. / Complement
4–27 / 8–27

The original Tristan chord is heard in the opening phrase of Richard Wagner's opera Tristan und Isolde as part of the leitmotif relating to Tristan. It is made up of the notes F, B, D, and G:

 {
\override Score.TimeSignature #'stencil = ##f
   \new PianoStaff <<
      \new Staff <<
         \relative c' {
             \clef treble \key c \major \time 4/4
             <dis gis>1
             }
            >>
     \new Staff <<
         \relative c {
             \clef bass \key c \major \time 4/4
             <f b>1
             }
         >>
    >>
}

More generally, the term refers to any chord that consists of the same intervals: augmented fourth, augmented sixth, and augmented ninth above a bass note.

Background

[edit]

The notes of the Tristan chord are not unusual; they could be respelled enharmonically to form a common half-diminished seventh chord. What distinguishes the Tristan chord is its unusual relationship to the implied key of its surroundings.


    {
      \new PianoStaff <<
        \new Staff <<
            \new Voice \relative c'' {
                \clef treble \key a \minor \time 6/8
                \voiceOne \partial8 r8 R2. \once \override NoteHead.color = #red gis4.->(~ gis4 a8 ais8-> b4~ b8) r r
                }
            \new Voice \relative c' {
                \override DynamicLineSpanner.staff-padding = #4.5
                \once \override DynamicText.X-offset = #-5
                \voiceTwo \partial8 a\pp( f'4.~\< f4 e8 \once \override NoteHead.color = #red dis2.)(\> d!4.)~\p d8 r r
                }
            >>
        \new Staff <<
            \relative c {
                \clef bass \key a \minor \time 6/8
                \partial8 r8 R2. \once \override NoteHead.color = #red <f b>2.( <e gis>4.)~ <e gis>8 r r
                }
            >>
    >> }

This motif also appears in measures 6, 10, and 12, several times later in the work,[clarification needed] and at the end of the last act.

Martin Vogel [de] points out the "chord" in earlier works by Guillaume de Machaut, Carlo Gesualdo, J. S. Bach, Mozart, Beethoven, or Louis Spohr[1] as in the following example from the first movement of Beethoven's Piano Sonata No. 18:


    {
      \new PianoStaff <<
        \new Staff <<
            \new Voice \relative c'' {
                \clef treble \key es \major \time 3/4
                \override DynamicLineSpanner.staff-padding = #4
                \stemUp ces8.^( f,16) f4 r4 ces'8.^( f,16) f4 r4 <es f>^.^(\< <es f>^. <es ges>^.)\! \once \override NoteHead.color = #red aes2.
                }
            \new Voice \relative c' {
                \stemDown <ces es>2 s4 <ces es>2 s4 s2. \once \override NoteHead.color = #red es2_(\> d4)\!
                }
            >>
        \new Staff <<
            \relative c {
                \clef bass \key es \major \time 3/4
                <aes es' f aes>2 r4 <aes es' f aes>2 r4 <aes' ces>4_._( <aes ces>_. <ges ces>_.) \once \override NoteHead.color = #red <f ces'>2.
                }
            >>
    >> }

The chord is found in several works by Chopin, from as early as 1828, in the Sonata in C minor, Op. 4 and his Scherzo No. 1, composed in 1830.[2] It is only in late works where tonal ambiguities similar to Wagner's arise, as in the Prelude in A minor, Op. 28, No. 2, and the posthumously published Mazurka in F minor, Op. 68, No. 4.[3]

The Tristan chord's significance is in its move away from traditional tonal harmony, and even toward atonality. With this chord, Wagner actually provoked the sound or structure of musical harmony to become more predominant than its function, a notion that was soon explored by Debussy and others. In the words of Robert Erickson, "The Tristan chord is, among other things, an identifiable sound, an entity beyond its functional qualities in a tonal organization".[4]

Analysis

[edit]

Much has been written about the Tristan chord's possible harmonic functions or voice leading and the motif has been interpreted in various ways. Though enharmonically equivalent to the half-diminished seventh chord Fø7 (F–A–C–E), the Tristan chord can also be interpreted in many ways. Nattiez distinguishes between functional and nonfunctional analyses of the chord.[5]

Functional analyses

[edit]

Functional analyses have interpreted the chord in the key of A minor in many ways:


    {
      \new PianoStaff <<
        \new Staff <<
            \new Voice \relative c'' {
                \clef treble \key a \minor \time 6/8
                \voiceOne \partial8 r8 R2. gis4.(~ gis4 \once \override NoteHead.color = #red a8 ais8 b4~ b8) r r
                }
            \new Voice \relative c' {
                \voiceTwo \partial8 a( f'4.~ f4 e8 \once \override NoteHead.color = #red dis2.)( d!4.)~ d8 r r
                }
            >>
        \new Staff <<
            \relative c {
                \clef bass \key a \minor \time 6/8
                \partial8 r8 R2. \once \override NoteHead.color = #red <f b>2.(_\markup { \concat { "Fr" \raise #1 \small "+6" \hspace #8 "V" \raise #1 \small "7" } } <e gis>4.)~ <e gis>8 r r
                }
            >>
    >> }
The Tristan chord analyzed as a French sixth (in red) with appoggiatura and dominant seventh with passing tone in A minor.[6]
F–B–D–G → F–C–E–A → F–B–D–A = D–F–A

Vincent d'Indy[19] analyses the chord as a IV chord after Riemann's transcendent principle (as phrased by Serge Gut:[20] "the most classic succession in the world: Tonic, Predominant, Dominant" ) and rejects the idea of an added "lowered seventh", eliminates "all artificial, dissonant notes, arising solely from the melodic motion of the voices, and therefore foreign to the chord," finding that the Tristan chord is "no more than a predominant in the key of A, collapsed in upon itself melodically, the harmonic progression represented thus:


{
   \new PianoStaff <<
      \new Staff <<
         \relative c' {
             \clef treble \key c \major \time 3/4
             <d a'>2. <e b'>
             }
            >>
     \new Staff <<
         \relative c {
             \clef bass \key c \major \time 3/4
             <f a>2._\markup { \concat { "IV" \raise #1 \small "6" \hspace #3.5 "V" } } <e gis>
             }
         >>
    >>
}

Célestin Deliège [fr], independently, sees the G as an appoggiatura to A, describing that

in the end only one resolution is acceptable, one that takes the subdominant degree as the root of the chord, which gives us, as far as tonal logic is concerned, the most plausible interpretation ... this interpretation of the chord is confirmed by its subsequent appearances in the Prelude's first period: the IV6 chord remains constant; notes foreign to that chord vary.[21]


    {
      \new PianoStaff <<
        \new Staff <<
            \new Voice \relative c {
                \clef treble \key a \minor \time 6/8
                \partial8 s8 s2. \stemUp \slashedGrace { dis'8 } gis4.^~ gis4 \parenthesize a8 \slashedGrace { ais8 } \stemUp b2.
                }
            \new Voice \relative c' {
                \partial8 a8 \slashedGrace { f'8 } \parenthesize <a, c e>2. \stemDown dis2._( d)
                }
            >>
        \new Staff <<
            \relative c {
                \clef bass \key a \minor \time 6/8
                \partial8 r8 R2. <e~ b'>2. <e gis>2.
                }
            >>
    >> }
The Tristan chord as appoggiaturas resolving to a dominant

According to Jacques,[22] discussing Dommel-Diény[23] and Gut,[24] "it is rooted in a simple dominant chord of A minor [E major], which includes two appoggiaturas resolved in the normal way". Thus, in this view it is not a chord but an anticipation of the dominant chord in measure three. Chailley did once write:

Tristan's chromaticism, grounded in appoggiaturas and passing notes, technically and spiritually represents an apogee of tension. I have never been able to understand how the preposterous idea that Tristan could be made the prototype of an atonality grounded in destruction of all tension could possibly have gained credence. This was an idea that was disseminated under the (hardly disinterested) authority of Schoenberg, to the point where Alban Berg could cite the Tristan Chord in the Lyric Suite, as a kind of homage to a precursor of atonality. This curious conception could not have been made except as the consequence of a destruction of normal analytical reflexes leading to an artificial isolation of an aggregate in part made up of foreign notes, and to consider it—an abstraction out of context—as an organic whole. After this, it becomes easy to convince naive readers that such an aggregation escapes classification in terms of harmony textbooks.[25]

Fred Lerdahl presents alternate interpretations of the Tristan motive, as either i ii643 [French sixth: F–B–D–A] V7 or as VI (iv) (vii642) [ altered pre-dominant: F–B–D–G] V7, both in A minor, concluding that while both interpretations have strong expectation or attraction, that the version with G is the stronger progression.[26]

Nonfunctional analyses

[edit]

Nonfunctional analyses are based on structure (rather than function), and are characterized as vertical characterizations or linear analyses.

Vertical characterizations include interpreting the chord's root as on the seventh degree (VII),[27][28] of F minor.[29][30]

Linear analyses include that of Noske[31] and Schenker was the first to analyze the motif entirely through melodic concerns. Schenker and later Mitchell compare the Tristan chord to a dissonant contrapuntal gesture from the E minor fugue of The Well-Tempered Clavier, Book I.[32]

William Mitchell, viewing the Tristan chord from a Schenkerian perspective, does not see the G as an appoggiatura because the melodic line (G–A–A–B) ascends to B, making the A a passing note. This ascent by minor third is mirrored by the descending line (F–E–D–D), a descent by minor third, making the D, like A, an appoggiatura. This makes the chord a diminished seventh chord (G–B–D–F).

Serge Gut argues that, "if one focuses essentially on melodic motion, one sees how its dynamic force creates a sense of an appoggiatura each time, that is, at the beginning of each measure, creating a mood both feverish and tense ... thus in the soprano motif, the G and the A are heard as appoggiaturas, as the F and D in the initial motif."[20] The chord is thus a minor chord with an added sixth (D–F–A–B) on the fourth degree (IV), though it is engendered by melodic waves.

Allen first identifies the chord as an atonal set, 4–27 (half-diminished seventh chord), then "elect[s] to place that consideration in a secondary, even tertiary position compared to the most dynamic aspect of the opening music, which is clearly the large-scale ascending motion that develops in the upper voice, in its entirety a linear projection of the Tristan Chord transposed to level three, g′–b′–d″–f″.[33]

Schoenberg describes it as a "wandering chord [vagierender Akkord]... it can come from anywhere".[34]

Mayrberger's opinion

[edit]

After summarizing the above analyses Nattiez asserts that the context of the Tristan chord is A minor, and that analyses which say the key is E major or E minor are "wrong".[35] He privileges analyses of the chord as on the second degree (II). He then supplies a Wagner-approved analysis, that of Czech professor Carl Mayrberger[36] who "places the chord on the second degree, and interprets the G as an appoggiatura. But above all, Mayrberger considers the attraction between the E and the real bass F to be paramount, and calls the Tristan chord a Zwitterakkord (an ambiguous, hybrid, or possibly bisexual or androgynous, chord), whose F is controlled by the key of A minor, and D by the key of E minor".[37]

Responses and influences

[edit]

{
  #(set-global-staff-size 17)
   \new PianoStaff <<
      \new Staff <<
        \key ges \major \time 2/4
        \partial 4.
        \new Voice \relative c' {
            \once \hide Score.MetronomeMark \once \hide Score.MetronomeMark\tempo 4 = 80 r8 \voiceOne a4( \tempo "Cédez" f'4.^\markup { \dynamic p \italic "avec une grande émotion" } e8)
            \tempo "a Tempo" r8 \once \hide Score.MetronomeMark \tempo 4 = 105 \acciaccatura{\slurUp d'} \once \stemDown <ces es>8-.[ \acciaccatura{\slurUp c} \once \stemDown <ces des>-. \acciaccatura{\slurUp d} \once \stemDown <ces es>-.]
            r8 \acciaccatura{\slurUp d} \once \stemDown <ces es>8-.[ \acciaccatura{\slurUp c} \once \stemDown <ces des>-. \acciaccatura{\slurUp d} \once \stemDown <ces es>-.]
        }
        \new Voice \relative c' { 
            \voiceTwo s8 a4(~ a4. bes8 <ces es!>2)
        }
     >>
     \new Staff <<
        \clef bass
        \key ges \major \time 2/4
        \partial 4.
        \new Voice \relative c, {
          << {
          \voiceOne r8 r4 r2
          r8 \stemDown <as'' ces f>-.[ <as ces f>8-. <as ces f>8-.]
       }
       \new Voice \relative c { 
          \voiceTwo es,8([ f ges]
          a[ bes ces c]
          <as des>2)} >>
          r8 <as ces f>8-.[ <as ces f>8-. <as ces f>8-.]
        }
         >>
    >>
}
Four measures of "Golliwogg's Cakewalk" from Claude Debussy's Children's Corner that quote the opening of the opera

The chord and the figure surrounding it is well enough known to have been parodied and quoted by a number of later musicians. Debussy includes the chord in a setting of the phrase je suis triste in his opera Pelléas et Mélisande.[38] Debussy also jokingly quotes the opening bars of Wagner's opera several times in "Golliwogg's Cakewalk" from his piano suite Children's Corner.[39] Benjamin Britten slyly invokes it at the moment in Albert Herring when Sid and Nancy spike Albert's lemonade and then, when he drinks it, the chord "runs riot through the orchestra and recurs irreverently to accompany his hiccups".[40] Paul Lansky based the harmonic content of his first electronic piece, mild und leise (1973), on the Tristan chord.[41] This piece is best known from being sampled in the Radiohead song "Idioteque".

Bernard Herrmann incorporated the chord in his scores for Vertigo (1958) and Tender is the Night (1962).[citation needed]

Christian Thielemann, the music director of the Bayreuth Festival from 2015–20, discussed the Tristan chord in his book, My Life with Wagner: the chord "is the password, the cipher for all modern music. It is a chord that does not conform to any key, a chord on the verge of dissonance", and "The Tristan chord does not seek to be resolved in the closest consonance, as the classic theory of harmony requires; [it] is sufficient unto itself, just as Tristan and Isolde are sufficient unto themselves and know only their love."[42]

More recently, American composer and humorist Peter Schickele crafted a tango around the Tristan prelude, a chamber work for four bassoons entitled Last Tango in Bayreuth.[43] The Brazilian conductor and composer Flavio Chamis wrote Tristan Blues, a composition based on the Tristan chord. The work, for harmonica and piano was recorded on the CD Especiaria, released in Brazil by the Biscoito Fino label.[44] Additionally, New York-based composer Dalit Warshaw's narrative concerto for piano and orchestra, Conjuring Tristan, employs the Tristan chord in exploring the themes of Thomas Mann's novella Tristan through Wagner's music.[45]

The prelude of Wagner's opera is prominently used in the film Melancholia by Lars von Trier.[46]

See also

[edit]

References

[edit]
  1. ^ Vogel 1962, p. 12, cited in Nattiez 1990, p. 219
  2. ^ Walker 2018, pp. 187–188.
  3. ^ Gołąb 1987, [page needed].
  4. ^ Erickson 1975, p. 18.
  5. ^ Nattiez 1990, pp. 219–229.
  6. ^ Benward and Saker 2008, p. 233.
  7. ^ D'Indy 1903, [page needed].
  8. ^ Lorenz 1924–33, [page needed].
  9. ^ Deliège 1979, [page needed].
  10. ^ Gut 1981, [page needed].
  11. ^ Piston 1987, p. 426.
  12. ^ Goldman 1965, [page needed].
  13. ^ Schoenberg 1954, [page needed].
  14. ^ Schoenberg 1969, p. 77.
  15. ^ Arend 1901, [page needed].
  16. ^ Ergo 1912, [page needed].
  17. ^ Kurth 1920, [page needed].
  18. ^ Distler 1940, [page needed].
  19. ^ D'Indy 1903, p. 117, cited in Nattiez 1990, p. 224
  20. ^ a b Gut 1981, p. 150.
  21. ^ Deliège 1979, p. 23.
  22. ^ Chailley 1963, p. 40.
  23. ^ Dommel-Diény 1965.
  24. ^ Gut 1981, p. 149, cited in Nattiez (1990, p. 220)
  25. ^ Chailley 1963, p. 8.
  26. ^ Lerdahl 2001, p. 184.
  27. ^ Ward 1970.
  28. ^ Sadai 1980.
  29. ^ Kistler 1879, [page needed].
  30. ^ Jadassohn 1899, [page needed].
  31. ^ Noske 1981, pp. 116–117.
  32. ^ cf. Schenker 1925–30, 2: p. 29
  33. ^ Forte 1988, p. 328.
  34. ^ Schoenberg 1911, p. 284.
  35. ^ Nattiez 1990, p. 233.
  36. ^ Mayrberger 1878, [page needed].
  37. ^ Nattiez 1990, p. 235-236.
  38. ^ Huebner 1999, p. 477.
  39. ^ Groos 2011, p. 163.
  40. ^ Howard 1969, pp. 57–58.
  41. ^ Grimshaw.
  42. ^ Thielemann, Christian (2016). My life with Wagner : fairies, rings, and redemption : exploring opera's most enigmatic composer. New York: Pegasus Books. pp. 194–195. ISBN 978-1-68177-125-0. OCLC 923794429.
  43. ^ Ross, Alex (2013-05-19). "A Wagner Birthday Roast". The New Yorker. Retrieved 2022-07-16.
  44. ^ Anon. 2006.
  45. ^ Kaczmarczyk, Jeffrey (2015-01-31). "Many lovely moments in Grand Rapids Symphony's evening of music by Wagner". mlive. Retrieved 2023-03-06.
  46. ^ Page 2011.

Sources

[edit]

Further reading

[edit]