First inversion

Relative chord placement From Wikipedia, the free encyclopedia

The first inversion of a chord is the voicing of a triad or seventh chord in which the third of the chord is the bass note and the root is a sixth (or corresponding compound interval) above it.[1] In the first inversion of a C major triad, the bass note is E—the third of the triad—with the fifth and the root above it, forming the intervals of a minor third and a minor sixth (or corresponding compound intervals) above E, 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' { 
   <c e g>1^markup { column { "Root" "position" } }
   once override NoteHead.color = #blue <e g c>1^markup { column { "First" "inversion" } }
   <g c e>1^markup { column { "Second" "inversion" } }
   }
}

In the first inversion of G dominant seventh chord, the bass note is B, the third of the chord.


{
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>1^markup { column { "Root" "position" } }
   once override NoteHead.color = #blue <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" } }
   }
}

In figured bass, a first-inversion triad is a 6 chord (not to be confused with an added sixth chord), while a first-inversion seventh chord is a 6
5
chord.

According to The American History and Encyclopedia of Music:

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.[2]

Note that any voicing above the bass is allowed. A first inversion chord must have the third chord factor in the bass, but it may have any arrangement of the root and fifth above that, including doubled notes, compound intervals, and omission (e.g., E–G–C, E–G–C–G', E–C'–G'', etc.)

See also

References

Related Articles

Wikiwand AI