Page:Harmony - its theory and practice.djvu/20

From Wikisource
Jump to navigation Jump to search
There was a problem when proofreading this page.
18
Harmony:
[Chap. I.

has by itself an incomplete effect. Let the student play the following dissonant chords, and he will feel this.


\new PianoStaff {
  <<
    \new Staff {
      \omit Staff.TimeSignature
      \clef "treble"
      \relative c' {
        <f b>1^"1" | \bar "||"
        <f b f'>^"2" | \bar "||"
        <g b d>^"3" | \bar "||"
        <c, e b'>^"4" | \bar "||"
        <g' des'>^"5" | \bar "||"
        <ees f d'>^"6" | \bar "||"
      }
    }
    \new Staff {
      \omit Staff.TimeSignature
      \clef "bass"
      \relative c' {
        <g d'> | \bar "||"
        d | \bar "||"
        e | \bar "||"
        g | \bar "||"
        <e bes'> | \bar "||"
        a | \bar "||"
      }
    }
  >>
}

Now, as before with the dissonant intervals, let us put after each chord a consonant chord for its resolution. The satisfactory effect is felt at once. In general, it may be said that consonance is a position of rest, and dissonance a position of unrest.


\new PianoStaff {
  <<
    \new Staff {
      \omit Staff.TimeSignature
      \clef "treble"
      \time 4/2
      <<
        \new Voice {
          \time 4/2
          s2 s^"1" s1 |
          s2 s^"2" s1 |
          s2 s^"3" s1 |
          s2 s^"4" s1 |
          s2 s^"5" s1 |
          s2 s^"6" s1 |
        }
        \new Voice \relative c' {
          <f b>1 <e c'> | \bar "||"
          <f b f'> <g c e> | \bar "||"
          <g b d> <e a c> | \bar "||"
          <c e b'> <c f a> | \bar "||"
          <g' des'> <aes c> | \bar "||"
          <ees f d'> <d f bes> | \bar "||"
        }
      >>
    }
    \new Staff {
      \omit Staff.TimeSignature
      \clef "bass"
      \time 4/2
      \relative c' {
        <g d'>1 <c, c'> | \bar "||"
        d c | \bar "||"
        e a | \bar "||"
        g f | \bar "||"
        <e bes'> <f aes> | \bar "||"
        a bes | \bar "||"
      }
    }
  >>
}

19. Intervals are always reckoned upwards, unless the contrary be expressly stated. Thus "the third of C" always means the third above C; if the third below is intended, it must be so described. The number of an interval is always computed according to the number of degrees of the scale that it contains, including both the notes forming the interval. Thus from C to E is called a third, because it contains three degrees of the scale, C, D, E. Beginners are apt to get confused on this point, and to think of D as the first note above C, and E as the second. But the note C is itself counted as the first note of the interval. Similarly, from G to D is a fifth, from F to D a sixth, and so on in all other cases. The same reckoning, but in the reverse direction, applies to the intervals below. Thus A is the third below C, D is the fourth below G, &c. Let the student examine the major scale of C in §9, and he will find within the compass of the octave there given two 7ths, three 6ths, four 5ths, five 4ths, six 3rds, and seven 2nds. It will be a useful exercise for him to discover them for himself.

20. An interval larger than an octave is called a compound interval. Thus the interval


<<
  \relative c' { <c e'>1 }
  \\
  \relative c'' {
    \omit Staff.TimeSignature
    \omit Stem
    \omit Staff.BarLine
    c4
  }
>>

is compounded of the octave, C to C, and the third, C to E. (The octave is printed here as a small note.) Obviously, in addition to the third at the top, the interval contains the seven notes of the lower octave from C to B. The upper C is already counted as part of the third. Thus the number of a compound interval is always 7 more than that of the simple interval to which the octave is added. Therefore,