Half-diminished seventh chord



















half-diminished seventh chord
Component intervals from root
minor seventh

diminished fifth (tritone)
minor third
root
Tuning

5:6:7:9[1] or 25:30:36:45[2]

Forte no. / Complement
4-27 / 8-27

In music theory, the half-diminished seventh chord (also known as a half-diminished chord or a minor seventh flat five chord) is a seventh chord composed of a root note, together with a minor third, a diminished fifth, and a minor seventh (1, 3, 5, 7). For example, the half-diminished seventh chord built on C, commonly written as Cø7, has pitches C–E–G–B:



<br />
{<br />
override Score.TimeSignature #'stencil = ##f<br />
relative c' {<br />
   clef treble <br />
   time 4/4<br />
   key c major<br />
   <c es ges bes>1<br />
} }<br />


It can be represented by the integer notation {0, 3, 6, 10}.


In diatonic harmony, the half-diminished seventh chord occurs naturally on the seventh scale degree of any major scale (for example, Bø7 in C major) and is thus a leading-tone seventh chord in the major mode.[3] Similarly, the chord also occurs on the second degree of any natural minor scale (e.g., Dø7 in C minor). It has been described as a "considerable instability".[4]




Contents






  • 1 Chord symbols and terminology


  • 2 Function


    • 2.1 Most common functions


    • 2.2 Other functions




  • 3 Half-diminished seventh chord table


  • 4 See also


  • 5 References


  • 6 External links





Chord symbols and terminology


Half-diminished seventh chords are often symbolized as a circle with a diagonal line through it, as in Cø7 or simply Cø. It also can be represented as m75, −75, m7(5) etc.


The terms and symbols for this chord break expectations that derive from the usual system of chord nomenclature. Normally a symbol like "Bdim" indicates a diminished triad and "B7" indicates a major triad plus a minor seventh. Thus, one would expect the term "Bdim7" to indicate a diminished triad plus a minor seventh. Instead, it means a diminished triad plus a diminished seventh. To make this distinction clear, the term "half-diminished" and the ø symbol (ø) were invented. Since the term dim7 (as in Bdim7) meant something else, the accurate but unwieldy term "minor seventh flat five" (as in Bø7) came to be used.[5]


.mw-parser-output .templatequote{overflow:hidden;margin:1em 0;padding:0 40px}.mw-parser-output .templatequote .templatequotecite{line-height:1.5em;text-align:left;padding-left:1.6em;margin-top:0}

Despite the appearance of the word "diminished" in the name of this type of seventh chord, its sound differs considerably from that of a diminished seventh chord. In fact, the only sonic connection between the two chords is the single diminished triad found in the half-diminished seventh chord. As composer-theorist Milton Babbitt has astutely pointed out, the "half-diminished" seventh chord should be called the "one-third" diminished seventh chord. ... Whatever its deficiencies might be in the label department, however, the half-diminished seventh chord is in many respects the star of the seventh chord harmonic cast. Many songs in the classic American popular song repertoire reserve it for their most intensely expressive moments.[6]


Jazz musicians typically consider the half-diminished chord as built from one of three scales: the seventh mode (the Locrian mode) of the major scale, the sixth mode of the melodic minor scale (the latter scale is nearly identical to the Locrian mode, except that it has a 9 rather than a 9, giving it a somewhat more consonant quality): or the "half-whole" diminished scale. See chord-scale system.


The "Tristan chord" is sometimes described as a half-diminished seventh chord; however, the term "Tristan chord" is typically reserved for a very specific harmonic function, especially determined by the chord voicing and sometimes even the way the chord is spelled.



Function



Most common functions


The half-diminished seventh chord has three functions in contemporary harmony: predominant, diminished,[further explanation needed] and dominant function.



The vast majority of its occurrences are on the II chord in the minor mode,[citation needed] where it takes a predominant function, leading naturally to the dominant V chord. Not including the root motion, there is only a one note difference between a half-diminished seventh chord and a V7 chord with a flat ninth. Since it is built on the diatonic II chord of the minor scale, most of the time the II-V pattern resolves to a minor tonic (such as in the progression Dø7 – G79 – Cm), but there are also instances where there is a major tonic resolution.




<br />
     new Staff <<<br />
         set Staff.midiInstrument = #"violin"<br />
         clef treble key d minor time 3/4<br />
         partial 2<br />
         relative c''<br />
         { a4. a8 e'4 e4. e8 f4 }<br />
         \<br />
         { }<br />
         \<br />
         relative c''<br />
         { s2 bes4 a2 a4 }<br />
         \<br />
         { }<br />
         \<br />
         relative c''<br />
        { f,2 g4 g2 f4 }<br />
         \<br />
         relative c'<br />
        { d2_markup { concat { "i" hspace #7 "ii" super "ø4/2" hspace #1 "V" super "6/5" hspace #4.5 "i" } }  d4 cis2 d4}<br />
         >><br />


The first three measures of the Ciaccona movement of J.S. Bach's Violin Partita No. 2 in D minor


For example, over the first three bars of the Ciaccona movement of J.S. Bach's Violin Partita No. 2 in D minor, the tonic in the first measure progresses to the iiø7 chord (in third inversion) for the first beat of the second measure, then to the dominant (a V7 in second inversion), and then back to the tonic in the third measure.


Diminished chord function is rarer but still exists. Half-diminished chords can function in the same way as fully diminished chords, such as in the chord progression CM7 – Cdim7 – Dm7, or Em7 – Edim7 – Dm7, where the diminished chord serves as a chromatic passing chord preceding a chord with a diatonic root. A typical example of this is when IVø7 progresses to IVm7, such as in the Cole Porter song "Night and Day", where there is the progression Fø7 – Fm7 – Em7 – Edim7 – Dm7 – G7 – CM7. If analyzed in its predominant function, it wouldn't sufficiently explain how it functions preceding the Fm7 chord.


In dominant function, the VII half diminished chord, like its fully diminished counterpart, can take the place of the dominant V chord at a point of cadential motion. This chord, sometimes called a leading-tone diminished seventh chord, is represented by the Roman numeral notation viiø7, the root of which is the leading-tone to the tonic.[3]. In the key of C, this is chord is Bø7, as shown below.



<br />
   new PianoStaff <<<br />
      new Staff <<<br />
         new Voice relative c' {<br />
             stemUp clef treble key c major time 4/4<br />
             f1 e<br />
             }<br />
         new Voice relative c' {<br />
             stemDown<br />
              d1 c<br />
              }<br />
            >><br />
     new Staff <<<br />
         new Voice relative c' {<br />
             stemUp clef bass key c major time 4/4<br />
             a1 g<br />
             }<br />
         new Voice relative c {<br />
             stemDown<br />
             b1_markup { concat { "vii" super "ø7" hspace #4.5 "I" } } c bar "||"<br />
             }<br />
         >><br />
    >><br />



This generally occurs in a major key, since the flattening of the sixth degree in the natural minor scale renders a dominant diminished seventh chord fully diminished if played within the scale. Indeed, the VII half diminished chord in a major key is identical to a dominant ninth chord (a dominant seventh with a major ninth) with its root omitted.




 {<br />
   #(set-global-staff-size 16)<br />
   new PianoStaff <<<br />
      new Staff <<<br />
         new Voice relative c' {<br />
             stemUp clef treble key c major time 6/8<br />
             <f g>4.^~ <f g>4^~ <e g>8<br />
             d'4^( c8 e4 c8)<br />
             b^( c d) <f, g>4^~ <e g>8<br />
             }<br />
         new Voice relative c' {<br />
             stemDown<br />
              override DynamicText.X-offset = #-4<br />
              override DynamicLineSpanner.staff-padding = #4<br />
              b8_(p c d g,4 c8)<br />
             <f aes>4.< <e a>4.><br />
             <f g>4! f8 e,4_( c'8)<br />
              }<br />
            >><br />
     new Staff <<<br />
         new Voice relative c, {<br />
             clef bass key c major time 6/8<br />
             stemUp g8^( g' b d c e)<br />
             stemNeutral f,,( f' aes fis fis' a)<br />
             stemUp g,,8^( g' b d c e)<br />
             }<br />
         new Voice relative c {<br />
             stemDown<br />
             s4._markup { concat { "V" super "7" hspace #16 "ii" super "o7" hspace #6 "vii" super "ø7" "/V" hspace #5 "V" super "7" } }  g s2. s4. g<br />
             }<br />
         >><br />
    >><br />
<br />
}<br />


A secondary leading-tone half-diminished chord in Brahms's Intermezzo, op. 119, no. 3 (1893)[7]


The dominant function of the half-diminished seventh chord may also occur in a secondary dominant context, i.e., as part of a progression where the chord performs the dominant function with respect to the overall key's dominant chord. In this scenario, the half-diminished seventh chord is built on the tritone of the overall key and is equivalent to a secondary dominant seventh chord with added ninth and omitted root. If written with respect to the overall key, this chord is styled "ivø7," but in terms of its function in the progression, the styling "viiø7/V" is more descriptive.



Other functions


A variant of the supertonic seventh chord (iiø7) is the supertonic half-diminished seventh with the raised supertonic (iiø7), which is enharmonically equivalence to the lowered third (in C: D = E).



D–F–A–C = F–A–C–E

Dø7 = Fmadd dim7


The sharpened subdominant diminished triad with minor seventh chord is represented with the Roman numeral notation ivø7; the root of this chord is the raised subdominant (sharpened fourth). That root also serves as the leading tone to the dominant when used in the viiø7/V function described above; such a function is the diminished, secondary-dominant equivalent of a backdoor progression. For example, in the key of C major, the chord playing this role is Fø7.


The half-diminished seventh chord is the inversion of the German augmented sixth chord.[8] The minor seventh interval (between root and seventh degree, i.e.: { C B } in { C E G B } ) is enharmonically equivalent to an augmented sixth { C E G A }.[9] Rearranging and transposing, this gives { A C D F }, a virtual minor version of the French augmented sixth chord.[10] Like the typical augmented sixth chord, this enharmonic interpretation gives on a resolution irregular for the half-diminished seventh but regular for the augmented sixth chord, where the two voices at the enharmonic major second converge to unison or diverge to octave.[11]



Half-diminished seventh chord table

































































































































Chord
Root
Minor third
Diminished fifth
Flat seventh
Cm75
C
E
G
B
Cm75
C
E
G
B
Dm75
D
F (E)
Adouble flat (G)
C (B)
Dm75
D
F
A
C
Dm75
D
F
A
C
Em75
E
G
Bdouble flat (A)
D
Em75
E
G
B
D
Fm75
F
A
C (B)
E
Fm75
F
A
C
E
Gm75
G
Bdouble flat (A)
Ddouble flat (C)
F (E)
Gm75
G
B
D
F
Gm75
G
B
D
F
Am75
A
C (B)
Edouble flat (D)
G
Am75
A
C
E
G
Am75
A
C
E
G
Bm75
B
D
F (E)
A
Bm75
B
D
F
A


See also



  • Bar-line shift

  • Diminished seventh chord

  • Subtonic



References




  1. ^ Fétis, François-Joseph and Arlin, Mary I. (1994). Esquisse de l'histoire de l'harmonie, p.139n9. .mw-parser-output cite.citation{font-style:inherit}.mw-parser-output .citation q{quotes:"""""""'""'"}.mw-parser-output .citation .cs1-lock-free a{background:url("//upload.wikimedia.org/wikipedia/commons/thumb/6/65/Lock-green.svg/9px-Lock-green.svg.png")no-repeat;background-position:right .1em center}.mw-parser-output .citation .cs1-lock-limited a,.mw-parser-output .citation .cs1-lock-registration a{background:url("//upload.wikimedia.org/wikipedia/commons/thumb/d/d6/Lock-gray-alt-2.svg/9px-Lock-gray-alt-2.svg.png")no-repeat;background-position:right .1em center}.mw-parser-output .citation .cs1-lock-subscription a{background:url("//upload.wikimedia.org/wikipedia/commons/thumb/a/aa/Lock-red-alt-2.svg/9px-Lock-red-alt-2.svg.png")no-repeat;background-position:right .1em center}.mw-parser-output .cs1-subscription,.mw-parser-output .cs1-registration{color:#555}.mw-parser-output .cs1-subscription span,.mw-parser-output .cs1-registration span{border-bottom:1px dotted;cursor:help}.mw-parser-output .cs1-ws-icon a{background:url("//upload.wikimedia.org/wikipedia/commons/thumb/4/4c/Wikisource-logo.svg/12px-Wikisource-logo.svg.png")no-repeat;background-position:right .1em center}.mw-parser-output code.cs1-code{color:inherit;background:inherit;border:inherit;padding:inherit}.mw-parser-output .cs1-hidden-error{display:none;font-size:100%}.mw-parser-output .cs1-visible-error{font-size:100%}.mw-parser-output .cs1-maint{display:none;color:#33aa33;margin-left:0.3em}.mw-parser-output .cs1-subscription,.mw-parser-output .cs1-registration,.mw-parser-output .cs1-format{font-size:95%}.mw-parser-output .cs1-kern-left,.mw-parser-output .cs1-kern-wl-left{padding-left:0.2em}.mw-parser-output .cs1-kern-right,.mw-parser-output .cs1-kern-wl-right{padding-right:0.2em}
    ISBN 9780945193517.



  2. ^ Shirlaw, Matthew (2012). The Theory of Harmony, p.86.
    ISBN 9781451015348.



  3. ^ ab Benward & Saker (2003). Music: In Theory and Practice, Vol. I, p.217.
    ISBN 978-0-07-294262-0.



  4. ^ Henry, Earl and Rogers, Michael (2004). Tonality and Design in Music Theory, Vol. I, p.295.
    ISBN 0130811289.



  5. ^ Mathieu, W.A. Harmonic Experience: Tonal Harmony from Its Natural Origins to Its Modern Expression (1997), pp. 371-372, Inner Traditions International,
    ISBN 0-89281-560-4



  6. ^ Forte, Allen; Lalli, Richard; and Chapman, Gary (2001). Listening to Classic American Popular Songs, p.11.
    ISBN 0300083386.



  7. ^ Benward & Saker (2003), p.276.


  8. ^ Hanson, Howard. (1960) Harmonic Materials of Modern Music, p.356ff. New York: Appleton-Century-Crofts. LOC 58-8138.


  9. ^ Ouseley, Frederick. A. Gore (1868). A Treatise on Harmony, pg. 137, Oxford, Clarendon Press.


  10. ^ Chadwick, G. W. (1922). Harmony: A Course of Study, pg. 138ff, Boston, B. F. Wood.


  11. ^ Christ, William (1966). Materials and Structure of Music, v.2, p. 154. Englewood Cliffs: Prentice-Hall. LOC 66-14354.



External links


  • Improvising Over Half Diminished Chords







Popular posts from this blog

Shashamane

Carrot

Deprivation index