This page has been proofread, but needs to be validated.
60
Fugue.
[Chap. IV.

142. In the following passages we see an augmented fourth in the subject becoming a major third in the answer.

J. S. Bach. Cantata, "Ihr werdet weinen und heulen."
 \new ChoirStaff <<
  \new Staff \relative b { \clef tenor \key b \minor \time 3/4 \mark \markup \tiny { ( \italic a ) }
    b4^\markup \bold "S" b b | b8 ais g! fis e'4 ~ |
    e d8 cis d b | eis2. | fis8 }
  \new Staff \relative f { \clef alto \key b \minor
    fis4^\markup \bold "A" fis fis | fis8 eis d! cis b'4 ~ |
    b a8 gis a fis | ais2. | b8 } >>

Notice that here the augmented second and the minor seventh in the second bar are retained in the answer, and the change of interval comes where the modulation takes place.

Albrechtsberger.
 \new ChoirStaff <<
  \new Staff \relative a' { \key a \major \time 3/4 \mark \markup \tiny { ( \italic b ) }
    a4^\markup \bold "S" cis fis | e4. d8 cis4 |
    d b e | cis a dis | e }
  \new Staff \relative e' { \key a \major
    e4^\markup \bold "A" gis cis | b4. a8 gis4 |
    a fis b | gis e gis | a } >>

This is a similar instance to the last. The form of the melody renders it impossible to introduce the modulation earlier.

Mozart. Mass in C, No. 4.
 \new ChoirStaff << \override Score.Rest #'style = #'classical
  \new Staff \relative c { \clef bass \key c \major \time 2/2 \mark \markup \tiny { (\italic "c") }
    r4^\markup \bold "S" c c c | fis4. fis8 g4 f |
    e d8 c e4 fis | g }
  \new Staff \relative g { \clef tenor \key c \major
    r4^\markup \bold "A" g g g | b4. b8 c4 c |
    b a8 g a4 b | c } >>

This is a curious example, because Mozart by the way he answers the subject implies three modulations—to the dominant and back in bar 2, and again to the dominant at the end. It would have been simpler to treat the first F sharp, which is almost immediately contradicted, as a chromatic note, and to have given the answer the following form—

\relative g { \clef tenor \time 4/4 \override Score.Rest #'style = #'classical r4 g g g | cis4. cis8 d4 c | b a8 g a4 b | c }

which would have been equally correct here (compare § 65).

143. Our next example shows the converse case, a major third in the subject becoming an augmented fourth in the answer.

Albrechtsberger.

\layout {
  \context { \Score \remove "Timing_translator" \remove "Default_bar_line_engraver" }
  \context { \Staff \consists "Timing_translator" \consists "Default_bar_line_engraver" } }
\header { tagline = ##f }
\score { \new ChoirStaff <<
  \new Staff \relative c'' { \key c \major \time 4/4
    r8^\markup \bold "S" c c c e4. d16 c | b8 a g b
    c_\markup \tiny { (\italic "a") } e16 g d g c, g' |
    b,8 c16 g' b, g' a, g' g,8 }
  \new Staff \relative g' { \key c \major \partial 2
    r8^\markup \bold "A" g g g | a4. g16 f e8 d c fis |
    g a16 c g c f, c' e,8 f16 c' e, c' d, c' | c,8 } >>}