Seventh chord

A seventh chord is a chord consisting of a triad plus a note forming an interval of a seventh above the chord's root. When not otherwise specified, a "seventh chord" usually means a dominant seventh chord: a major triad together with a minor seventh. However, a variety of sevenths may be added to a variety of triads, resulting in many different types of seventh chords.

In its earliest usage, the seventh was introduced solely as an embellishing or nonchord tone. The seventh destabilized the triad, and allowed the composer to emphasize movement in a given direction. As time passed and the collective ear of the western world became more accustomed to dissonance, the seventh was allowed to become a part of the chord itself, and in some modern music, jazz in particular, nearly every chord is a seventh chord. Additionally, the general acceptance of equal temperament during the 19th century reduced the dissonance of some earlier forms of sevenths.

"A ranking by frequency of the seventh chords in C major would be approximately that shown."
Play V7 (Dominant), ii7 (Minor), viiø7 (Half-diminished), IVM7 (Major), vi7, IM7, or iii7

Classification

Most textbooks name these chords formally by the type of triad and type of seventh; hence, a chord consisting of a major triad and a minor seventh above the root is referred to as a major/minor seventh chord. When the triad type and seventh type are identical (i.e. they are both major, minor, or diminished), the name is shortened. For instance, a major/major seventh is generally referred to as a major seventh. This rule is not valid for augmented chords: since the augmented/augmented chord is not commonly used, the abbreviation augmented is used for augmented/minor, rather than augmented/augmented. Additionally, half-diminished stands for diminished/minor, and dominant stands for major/minor. When the type is not specified at all, the triad is assumed to be major, and the seventh is understood as a minor seventh (e.g. a "C" chord is a "C major triad", and a "C7" chord is a "C major/minor seventh chord", also known as a "C dominant seventh chord"). For symbols used for seventh chords, see also Popular music symbols § Seventh chords.

Tertian

The most common chords are tertian, constructed using a sequence of major thirds (spanning 4 semitones) and/or minor thirds (3 semitones). Since there are 3 third intervals in a seventh chord (4 notes) and each can be major or minor, there are 8 possible combinations. The five commonly found in western music are the major seventh, the minor (or minor/minor) seventh, the dominant (or major/minor) seventh, the half-diminished seventh, and the diminished seventh. The less commonly found tertian is the minor/major seventh.

Tertian seventh chords used in Western music
Common name Chord on C Common symbols
on C
Intervals from root Quality of consecutive thirds
Third Fifth Seventh 1st 2nd 3rd
Major seventh
 {
\override Score.TimeSignature #'stencil = ##f
\relative c' { 
  \clef treble \time 4/4
  <c e g b>1
} }
Cmaj7
CM7
CΔ7
CΔ
major perfect major major minor major
Minor seventh
 {
\override Score.TimeSignature #'stencil = ##f
\relative c' { 
  \clef treble \time 4/4
  <c es g bes>1
} }
Cmin7
Cm7
C−7
minor perfect minor minor major minor
Dominant seventh
 {
\override Score.TimeSignature #'stencil = ##f
\relative c' { 
  \clef treble \time 4/4
  <c e g bes>1
} }
C7 major perfect minor major minor minor
Half-diminished seventh
 {
\override Score.TimeSignature #'stencil = ##f
\relative c' { 
  \clef treble \time 4/4
  <c es ges bes>1
} }
Cm75
C−75
Cø7
minor diminished minor minor minor major
Diminished seventh
 {
\override Score.TimeSignature #'stencil = ##f
\relative c' { 
  \clef treble \time 4/4
  <c es ges beses>1
} }
Co7
Cdim7
Cm(7)5
C−(7)5
minor diminished diminished minor minor minor
Minor major seventh
 {
\override Score.TimeSignature #'stencil = ##f
\relative c' { 
  \clef treble \time 4/4
  <c es g b>1
} }
Cmmaj7
CmM7
CmΔ7
C−Δ7
minor perfect major minor major major

Non-tertian

Seventh chords can also be constructed using augmented or diminished thirds. These chords are not tertian and can be used in non-tertian harmony. There are many (mathematically, 64) chords that can be built, however, only a few of them are used in Western music.

Commonly used non-tertian seventh chords
Common name Chord on C Common symbols
on C
Intervals from root Quality of consecutive thirds
Third Fifth Seventh 1st 2nd 3rd
Augmented seventh
 {
\override Score.TimeSignature #'stencil = ##f
\relative c' { 
  \clef treble \time 4/4
  <c e gis bes>1
} }
Caug7
C+7
major augmented minor major major diminished
(equiv. major second)
Diminished major seventh
 {
\override Score.TimeSignature #'stencil = ##f
\relative c' { 
  \clef treble \time 4/4
  <c es ges b>1
} }
CmM75
C−Δ75
minor diminished major minor minor augmented
(equiv. perfect fourth)
Dominant seventh flat five
 {
\override Score.TimeSignature #'stencil = ##f
\relative c' { 
  \clef treble \time 4/4
  <c e ges bes>1
} }
C75 major diminished minor major diminished major
Major seventh flat five
 {
\override Score.TimeSignature #'stencil = ##f
\relative c' { 
  \clef treble \time 4/4
  <c e ges b>1
} }
CM75 major diminished major major diminished augmented


In tuning systems other than equal temperament there are further possible seventh chords. In just intonation, for example, there is the harmonic seventh.

Types

Dominant seventh chord


{
\override Score.TimeSignature #'stencil = ##f
\relative c'' { 
  \clef treble 
  \time 4/4
  <g b d f>1
} }
The dominant seventh chord (V7) in C major, G7

A dominant seventh chord, or major-minor seventh chord is a chord composed of a root, major third, perfect fifth, and minor seventh. It can be also viewed as a major triad with an additional minor seventh. It is denoted using popular music symbols by adding a superscript "7" after the letter designating the chord root.: 77  The dominant seventh is found almost as often as the dominant triad.: 199  The chord can be represented by the integer notation (0, 4, 7, 10).

Of all the seventh chords, perhaps the most important is the dominant seventh. It was the first seventh chord to appear regularly in classical music. The name comes from the fact that the flat seventh occurs naturally in the scale built upon the root when it functions as the dominant (i.e., the fifth degree) of some major diatonic scale.

Take for example the C major scale (C, D, E, F, G, A, B, C):

 {
\override Score.TimeSignature #'stencil = ##f
\relative c' { 
  \clef treble 
  \time 7/4 c4 \once \override NoteHead.color = #red d e \once \override NoteHead.color = #red f \once \override NoteHead.color = #red g a \once \override NoteHead.color = #red b \time 4/4 c1 \bar "||"
  \time 4/4 <d, f g b>2 <g b d f> \bar "||"
} }

The note G is the dominant degree of C major—its fifth note. When we arrange the notes of the C major scale in ascending pitch and use only these notes to build a seventh chord, and we start with G (not C), then the resulting chord contains the four notes G–B–D–F and is called G dominant seventh (G7). The note F is a minor seventh from G, and is also called the dominant seventh with respect to G.

Harmonic seventh chord


{
\override Score.TimeSignature #'stencil = ##f
\relative c' { 
  \clef treble 
  \time 4/4
  <c e g beseh c>1
} }
The harmonic seventh chord on C

The harmonic seventh chord is a dominant seventh chord formed by a major triad plus a harmonic seventh interval.

The harmonic seventh interval is a minor seventh tuned in the 7:4 pitch ratio, one of the possible "just ratios" defined for this interval in just intonation (slightly below the width of a minor seventh as tuned in equal temperament). With just intonation on all notes of the harmonic seventh chord, the ratio between the frequencies of the pitches in the chord is 4:5:6:7. For example, a justly intuned A harmonic seventh chord in root position starting at A440 consists of the pitches 440 Hz, 550 Hz, 660 Hz, and 770 Hz.

Sometimes called a "blue note", the harmonic seventh is used by singers, through note bending on guitars, and on other instruments not restricted to equal temperament. An often heard example of the harmonic seventh chord is the last word of the modern addition to the song "Happy Birthday to You", with the lyrics, "and many more!" The harmony on the word "more" is typically sung as a harmonic seventh chord.

Frequent use of the harmonic seventh chord is one of the defining characteristics of blues and barbershop harmony; barbershoppers refer to it as "the barbershop seventh". Since barbershop music tends to be sung in just intonation, the barbershop seventh chord may be accurately termed a harmonic seventh chord. The harmonic seventh chord is also widely used in blues-flavored music. As pianos, and other equal-temperament instruments cannot play this chord, it is frequently approximated by a dominant seventh. As a result, it is often called a dominant seventh chord and written with the same symbols (such as the blues progression I7–V7–IV7).

Major and minor seventh chords


{
\override Score.TimeSignature #'stencil = ##f
\relative c' { 
  \clef treble 
  \time 4/4
  <d f a c>1
} }
The minor seventh chord (ii7) in C major, D–7

While the dominant seventh chord is typically built on the fifth (or dominant) degree of a major scale, the minor seventh chord is built on the second, third, or sixth degree. A minor seventh chord contains the same notes as an added sixth chord. For example, C–E–G–B can function as both a C minor seventh and an E added sixth (Id chord).


{
\override Score.TimeSignature #'stencil = ##f
\relative c' { 
  \clef treble 
  \time 4/4
  <f a c e>1
} }
The major seventh chord (IV7) in C major, FΔ7

Major seventh chords are usually constructed on the first or fourth degree of a scale, (in C or G major: C–E–G–B). Due to the major seventh interval between the root and seventh (C–B, an inverted minor second), this chord can sometimes sound dissonant, depending on the voicing used. For example, Bacharach and David's "Raindrops Keep Fallin' on My Head" opens with a major chord followed by a major seventh in the next measure.

The major seventh is sometimes notated as Δ7 (a delta chord) or just a Δ (which has the same meaning).

Half-diminished seventh chord


{
\override Score.TimeSignature #'stencil = ##f
\relative c' { 
  \clef treble 
  \time 4/4
  <b d f a>1
} }
The leading-tone seventh chord (viiø7) in C major, Bø7

A half-diminished seventh chord is a seventh chord built from the seventh degree of a major scale. It is considered "half-diminished" because a fully diminished seventh has a double-flatted (diminished) seventh, making it enharmonically the same as a major sixth. The half-diminished seventh chord uses a minor seventh over the root of a diminished triad.

Example: (in the key of C major) B–D–F–A.

Diminished seventh chord


{
\override Score.TimeSignature #'stencil = ##f
\relative c' { 
  \clef treble 
  \time 4/4
  <b d f aes>1
} }
The diminished seventh chord on B

A diminished seventh chord is made of three superimposed minor thirds (e.g., B–D–F–A), which is two tritones a minor third apart (e.g., B–F, D–A). The diminished seventh chord has been used by composers and musicians for a variety of reasons over time. Some reasons include: as a symbol of Sturm und Drang; modulation; and for characterisation. The diminished seventh chord is seen more frequently in late classical and romantic period works but is also found in Baroque and Renaissance period works, though not as frequently.

All of the elements of the diminished seventh chord can be found in the dominant seventh flat nine (79) chord as seen in a comparison of the two chords.

Inversions


{
<<
\override Score.TimeSignature
#'stencil = ##f
\override Score.SpacingSpanner.strict-note-spacing = ##t
\set Score.proportionalNotationDuration = #(ly:make-moment 1/4)
\time 4/4 
\relative c' { 
   <g b d f>1^\markup { \column { "Root" "position" } }
   <b d f g>1^\markup { \column { "First" "inversion" } }
   <d f g b>1^\markup { \column { "Second" "inversion" } }
   <f g b d>1^\markup { \column { "Third" "inversion" } }
   }
  \figures {
    <7>1 <6 5> <4 3> <4 2>
  }
>>
}

There are four different inversions of a seventh chord. Following basso continuo notation, the inversions are as follows:

  • 7: GBDF
  • 6
    5
    : BDFG
  • 4
    3
    : DFGB
  • 2 or 4
    2
    : FGBD

Additional numbers are used to indicate the seventh chords and their inversions.

See also


This page was last updated at 2023-11-01 15:24 UTC. Update now. View original page.

All our content comes from Wikipedia and under the Creative Commons Attribution-ShareAlike License.


Top

If mathematical, chemical, physical and other formulas are not displayed correctly on this page, please useFirefox or Safari