Inversions higher than third

Relative chord placements From Wikipedia, the free encyclopedia

In music theory, inversions higher than the third require extended chords; the fourth inversion requires at least a ninth chord, the fifth at least an eleventh chord, etc. Regarding these extensions, the writer Michael Miller notes that:

If you're working with extended chords, there are more than two possible inversions. For example, the third inversion of a seventh chord puts the seventh in the bass; the fourth inversion of a ninth chord puts the ninth in the bass...[1]

Fourth inversion

The fourth inversion of a ninth chord is the voicing in which the ninth of the chord is the bass note and the root a minor seventh (or corresponding compound interval) above it. In the fourth inversion of a G dominant ninth, the bass note is A—the ninth of the chord—with the root, third, fifth, and seventh above it, forming the intervals of a seventh, second, fourth, and sixth (or corresponding compound intervals) above A, respectively.

The chord of the ninth, having four intervals like the flat seventh, of course admits of four inversions in both major and minor... The...fourth inversion, ["marked"]: 642...is seldom used.

John Smith (1853)[2]

If...the Ninth is in the bass: 4th inversion of a Ninth-chord.[3]


{
override Score.TimeSignature
#'stencil = ##f
override Score.SpacingSpanner.strict-note-spacing = ##t
set Score.proportionalNotationDuration = #(ly:make-moment 1/4)
	ime 4/4 

elative c' { 
   <g b d f a>1^markup { column { "Root" "position" } }
   <b d f g a>1^markup { column { "First" "inversion" } }
   <d f g b a>1^markup { column { "Second" "inversion" } }
   <f g b d a>1^markup { column { "Third" "inversion" } }
   once override NoteHead.color = #blue <a g' b, d f>1^markup { column { "Fourth" "inversion" } }
   }
}

The ninth chord and its inversions exist today, or at least they can exist. The pupil will easily find examples in the literature [such as Schoenberg's Verklärte Nacht and Strauss's opera Salome]. It is not necessary to set up special laws for its treatment. If one wants to be careful, one will be able to use the laws that pertain to the seventh chords: that is, dissonances resolve by step downward, the root leaps a fourth upward.

Examples of resolutions according to the rules for 7th chords given by Schoenberg: V9 chords in root position Play, 1st Play, 2nd Play, and 3rd inversion Play resolving to I, followed by a I9
7
resolving to IV Play[4]

Fifth inversion

The fifth inversion of an eleventh chord is the voicing in which the eleventh of the chord is the bass note and the root a fourth (or corresponding compound interval) above it. In the fifth inversion of a G dominant eleventh with eleventh, the bass note is C—the eleventh of the chord—with the root, third, fifth, seventh, and ninth above it, forming the intervals of a fifth, seventh, second, fourth, and sixth (or corresponding compound intervals) above C, respectively.

{
override Score.TimeSignature
#'stencil = ##f
override Score.SpacingSpanner.strict-note-spacing = ##t
set Score.proportionalNotationDuration = #(ly:make-moment 1/4)
	ime 4/4 

elative c' { 
   <b d f g a c>1^markup { column { "First" "inversion" } }
   <d f g b a c>1^markup { column { "Second" "inversion" } }
   <f g b d a c>1^markup { column { "Third" "inversion" } }
   <a b c d f g>1^markup { column { "Fourth" "inversion" } }
   once override NoteHead.color = #blue <c d f g a b>1^markup { column { "Fifth" "inversion" } }
   }
}

Sixth inversion

The sixth inversion of a thirteenth chord is the highest possible diatonic inversion, since the diatonic scale has seven notes. (The "seventh" inversion of the dominant thirteenth chord is root position.) Higher inversions would require chromaticism and either nonscale tones or scales with more than seven tones.

Arrangement of notes above the bass

Any voicing above the bass is allowed. For example, a fourth inversion must have the ninth chord factor in the bass, but it may have any arrangement of the root, third, fifth, and seventh above that, including doubled notes, compound intervals, and omission of the fifth (A-G-B-D-F, A-B-D-F-G-B, A-G-D-F, etc.)

Inversions are not restricted to the same number of tones as the original chord, nor to any fixed order of tones except with regard to the interval between the root, or its octave, and the bass note, hence, great variety results.[5]

See also

Notes

    References

    Related Articles

    Wikiwand AI