Cadence

Source: Wikipedia, the free encyclopedia.

    {
      \new PianoStaff <<
        \new Staff <<
            \new Voice \relative c'' {
                \stemUp \clef treble \key c \major \time 4/4
                d2 b c1
                }
            \new Voice \relative c' {
                \stemDown
                f2 d e1
                }
            >>
        \new Staff <<
            \new Voice \relative c' {
                \stemUp \clef bass \key c \major
                a2 g g1
                }
            \new Voice \relative c {
                \stemDown
                d2 g, c1 \bar "||"
                }
            >>
    >> }
The final two chords present an authentic (or perfect) cadence with roots in the bass lines and the tonic note in the highest voice of the final chord): the three chords are a ii–V–I progression in C major, in four-part harmony[1]

In

melodic progressions, the use of such progressions does not necessarily constitute a cadence—there must be a sense of closure, as at the end of a phrase. Harmonic rhythm
plays an important part in determining where a cadence occurs. The word "cadence" sometimes slightly shifts its meaning depending on the context; for example, it can be used to refer to the last few notes of a particular phrase, or to just the final chord of that phrase, or to types of chord progressions that are suitable for phrase endings in general.

Cadences are strong indicators of the

musicologist Edward Lowinsky proposed that the cadence was the "cradle of tonality".[5]

Nomenclature across the world

Cadence names may differ between usage. This article follows US usage.

Terms used for cadences[6]
US usage British usage Italian usage French usage German usage Typical harmonic sequence
authentic cadence perfect cadence cadenza perfetta cadence parfaite Ganzschluss V → I (dominant to tonic)
half cadence imperfect cadence cadenza sospesa demi-cadence Halbschluss I, II, IV or VI → V (tonic, supertonic, subdominant or submediant to dominant)
plagal cadence plagal cadence cadenza plagale cadence plagale plagale Kadenz IV → I (subdominant to tonic)
deceptive cadence interrupted cadence inganno cadence rompue Trugschluss V → vi (dominant to submediant)

Common classifications

Cadences are divided into four main types, according to their harmonic progression: authentic (typically perfect authentic or imperfect authentic), half, plagal, and deceptive. Typically, phrases end on authentic or half cadences, and the terms plagal and deceptive refer to motion that avoids or follows a phrase-ending cadence. Each cadence can be described using the Roman numeral system of naming chords.

Authentic cadence


    {
      \override Score.SpacingSpanner.strict-note-spacing = ##t
  \set Score.proportionalNotationDuration = #(ly:make-moment 1/8)
      \new PianoStaff <<
        \new Staff <<
            \relative c'' {
                \clef treble \key c \minor \time 4/4
                c4-. d-.(\f\trill \grace {c16 d} es4-.) <b d b'>-. <c es c'>
                }
            >>
        \new Staff <<
            \relative c' {
                \clef bass \key c \minor \time 4/4
                c4-. <g b>-. <c, c'>-. <g g'>-. <c, c'>
                }
            >>
    >> }