First inversion
Template:Short description Template:F major chord inversions
The first inversion of a chord is the voicing of a triad, seventh chord, or ninth chord in which the third of the chord is the bass note and the root a sixth above it.[1] In the first inversion of a C-major triad, the bass is E — the third of the triad — with the fifth and the root stacked above it (the root now shifted an octave higher), forming the intervals of a minor third and a minor sixth above the inverted bass of E, respectively.
- <score lang="lilypond" vorbis="1">
{ \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' {
<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" } }
}
} </score>
In the first inversion of G-dominant seventh chord, the bass note is B, the third of the seventh chord.
- <score lang="lilypond" vorbis="1">
{ \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" } }
\once \override NoteHead.color = #blue 1^\markup { \column { "First" "inversion" } }
<d f g b>1^\markup { \column { "Second" "inversion" } }
<f g b d>1^\markup { \column { "Third" "inversion" } }
}
} </score> 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 Script error: No such module "Su". chord.
According to The American History and Encyclopedia of Music:Template:Quote
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-C, E-G-C-G', E-C'-G'', etc.)
See also
<templatestyles src="Div col/styles.css"/>
References
- ↑ Walter Piston, Harmony, fifth edition, revised and expanded by Mark DeVoto (New York: W. W. Norton, 1987): p. 66. Template:ISBN.
Script error: No such module "Navbox". Template:Voicing (music) Template:Asbox