Stop-censorship-small.png

Degree

From www.oscarvandillen.com
Jump to: navigation, search

Contents

Definition of degree

A degree is a harmonization of a particular scale-step, indicated by a Roman numeral.

A degree exists in relation to an audible harmonic center, called the Tonic, symbolized by a I. Relative to this I, other degrees are numbered around it. If another degree than the I forms a temporary harmonic center, this is created by at least one Secondary degree, usually a Dominant sometimes accompanied by a Subdominant degree.

Degree as chord

Any scale can be harmonized by forming triads, seventh- or other chords on its steps. The harmony thus obtained is proper to that particular scale itself and can be modal or tonal, depending on its use.

Mostly, degrees are formed by a construction of thirds, but this can also be done with other intervals.

Degree as scale

New scales or modes can be derived from any particular scale, by using the scale on a degree of another scale. Thus the church modes, the harmonic minor modes and the melodic minor modes can be found.

Basic degrees as triads

Basic degrees in major

The basic major scale (in c consisting of basic tones) generates the degrees below.

(The symbols used are explained in Triad#Symbols_for_triads)


\version "2.12.2"
</p>
<pre>\relative c' {
</pre>
<p><<
</p>
<pre> \new Staff \with { \remove "Time_signature_engraver" } {
  \time 1/2
   \clef treble { \override Staff.Stem #'transparent = ##t  s^"Ionian major" 
    \chordmode {
 c2 d:m e:m f g a:m b:dim c' }
 }
}
</pre>
<p>\addlyrics { "Δ" "-" "-" "Δ" "Δ" "-" "°" "Δ" }
\addlyrics { "I" "II" "III" "IV" "V" "VI" "VII" "I"}
>>
}

Basic degrees in minor

There are several basic minor scales, these generate the degrees below:


\version "2.12.2"
</p>
<pre>\relative c' {
</pre>
<p><<
</p>
<pre> \new Staff \with { \remove "Time_signature_engraver" } {
  \time 1/2
   \clef treble   { \override Staff.Stem #'transparent = ##t s^"Natural minor or Aeolian" 
    \chordmode {
 a,2:m b,:dim c d:m e:m f g a:m }
 }
}
</pre>
<p>\addlyrics { "-" "°" "Δ" "-" "-" "Δ" "Δ" "-" }
\addlyrics { "I" "II" "III" "IV" "V" "VI" "VII" "I"}
>>
}



\version "2.12.2"
</p>
<pre>\relative c' {
</pre>
<p><<
</p>
<pre> \new Staff \with { \remove "Time_signature_engraver" } {
  \time 1/2
   \clef treble   { \override Staff.Stem #'transparent = ##t s^"Harmonic minor" 
    \chordmode {
 a,2:m b,:dim c:aug d:m e f gis:dim a:m}
 }
}
</pre>
<p>\addlyrics { "-" "°" "+" "-" "Δ" "Δ" "°" "-" }
\addlyrics { "I" "II" "III" "IV" "V" "VI" "VII" "I"}
>>
}



\version "2.12.2"
</p>
<pre>\relative c' {
</pre>
<p><<
</p>
<pre> \new Staff \with { \remove "Time_signature_engraver" } {
  \time 1/2
   \clef treble   { \override Staff.Stem #'transparent = ##t s^"Melodic minor" 
    \chordmode {
 a,2:m b,:m c:aug d e fis:dim gis:dim a:m g f e:m d:m c b,:dim a,:m }
 }
}
</pre>
<p>\addlyrics { "-" "-" "+" "Δ" "Δ" "°" "°" "-" "Δ" "Δ" "-" "-" "Δ" "°" "-"}
\addlyrics { "I" "II" "III" "IV" "V" "VI" "VII" "I" "VII" "VI" "V" "IV" "III" "II" "I" }
>>
}

Basic degrees as seventh chords

Seventh chord degrees in major

The major scale generates the degrees below:


\version "2.12.2"
</p>
<pre>\relative c' {
</pre>
<p><<
</p>
<pre> \new Staff \with { \remove "Time_signature_engraver" } {
  \time 1/2
   \clef treble { \override Staff.Stem #'transparent = ##t  s^"Ionian major" 
    \chordmode {
 c2:maj7 d:m7 e:m7 f:maj7 g:7 a:m7 b:m7.5- c':maj7 }
 }
}
</pre>
<p>\addlyrics { "Δ7" "-7" "-7" "Δ7" "7" "-7" "ø" "Δ7" }
\addlyrics { "I" "II" "III" "IV" "V" "VI" "VII" "I" }
>>
}

Seventh chord degrees in minor

There are several basic minor scales, these generate the degrees below:


\version "2.12.2"
</p>
<pre>\relative c' {
</pre>
<p><<
</p>
<pre> \new Staff \with { \remove "Time_signature_engraver" } {
  \time 1/2
   \clef treble   { \override Staff.Stem #'transparent = ##t s^"Natural minor or Aeolian" 
    \chordmode {
 a,2:m7 b,:m7.5- c:maj7 d:m7 e:m7 f:maj7 g:7 a:m7 }
 }
}
</pre>
<p>\addlyrics { "-7" "ø" "Δ7" "-7" "-7" "Δ7" "7" "-7" }
\addlyrics { "I" "II" "III" "IV" "V" "VI" "VII" "I" }
>>
}



\version "2.12.2"
</p>
<pre>\relative c' {
</pre>
<p><<
</p>
<pre> \new Staff \with { \remove "Time_signature_engraver" } {
  \time 1/2
   \clef treble   { \override Staff.Stem #'transparent = ##t s^"Harmonic minor" 
    
 < a c e gis >2 \chordmode { b,:m7.5- } < c e gis b > \chordmode { d:m7 e:7 f:maj7 gis:dim7 } < a' c e gis >2 
 }
}
</pre>
<p>\addlyrics { "-Δ7" "ø" "Δ7+5" "-7" "7" "Δ7" "°7" "-Δ7" }
\addlyrics { "I" "II" "III" "IV" "V" "VI" "VII" "I" }
>>
}



\version "2.12.2"
</p>
<pre>\relative c' {
</pre>
<p><<
</p>
<pre> \new Staff \with { \remove "Time_signature_engraver" } {
  \time 1/2
   \clef treble   { \override Staff.Stem #'transparent = ##t s^"Melodic minor" 
    
 < a c e gis >2 \chordmode { b,:m7 } < c e gis b > \chordmode { d:7 e:7 fis:m7.5- gis:m7.5- gis:dim7 } < a' c e gis >2 \chordmode { a:m7 g:maj7 g:7 f:maj7 e:m7 d:m7 c:maj7 b,:m7.5- a,:m7 }
 }
}
</pre>
<p>\addlyrics { "-Δ7" "-7" "Δ7+5" "7" "7" "ø" "ø" "°7" "-Δ7" "-7" "Δ7" "7" "Δ7" "-7" "-7" "Δ7" "ø" "-7"}
\addlyrics { "I" "II" "III" "IV" "V" "VI" "VII" "VII" "I" "I" "VII" "VII" "VI" "V" "IV" "III" "II" "I" }
>>
}

Advanced construction of degrees with fourths

A scale can be harmonized with degrees constructed from fourths, which could also theoretically be considered to be "incomplete seventh sus4 chords". Paul Hindemith maintains that when using exactly 2 perfect fourths [1], such chords can be considered to be separate sounds in their own right, which only acquire harmonic determination by their environment, and are, just like the augmented triad (and the diminished seventh chord) without any fundamental tone.[2]


\version "2.12.2"
</p>
<pre>\relative c' {
</pre>
<p><<
</p>
<pre> \new Staff \with { \remove "Time_signature_engraver" } {
  \time 1/2
   \clef treble { \override Staff.Stem #'transparent = ##t  s
   < a d g >2  < b e a >  < c f b >  < d g c >  < e a d >  < f b e >  < g c f >  < a d g >
 }
}
</pre>
<p>\addlyrics { "I" "II" "III" "IV" "V" "VI" "VII" "I"}
>>
}


Thus without any clear fundamental, it remains to be seen which is the real I here, as the following examples demonstrate, "in g":


\version "2.12.2"
</p>
<pre>\relative c' {
</pre>
<p><<
</p>
<pre> \new Staff \with { \remove "Time_signature_engraver" } {
  \time 1/2
   \clef treble { \override Staff.Stem #'transparent = ##t  s
   < g c f >2  < a d g >  < b e a >  < c f b >  < d g c >  < e a d >  < f b e >  < g c f >  
 }
}
</pre>
<p>\addlyrics { "I" "II" "III" "IV" "V" "VI" "VII" "I"}
>>
}


or "in b":


\version "2.12.2"
</p>
<pre>\relative c' {
</pre>
<p><<
</p>
<pre> \new Staff \with { \remove "Time_signature_engraver" } {
  \time 1/2
   \clef treble { \override Staff.Stem #'transparent = ##t  s
   < b e a >2  < c f b >  < d g c >  < e a d >  < f b e >  < g c f >  < a d g >  < b e a >  
 }
}
</pre>
<p>\addlyrics { "I" "II" "III" "IV" "V" "VI" "VII" "I"}
>>
}


When listening closely, it seems that the highest tones assume dominance (whereas with the triads in thirds it is the lowest), and thus the scale of c-major is clearly audible and would logically lead to "fourths harmonization in d":


\version "2.12.2"
</p>
<pre>\relative c' {
</pre>
<p><<
</p>
<pre> \new Staff \with { \remove "Time_signature_engraver" } {
  \time 1/2
   \clef treble { \override Staff.Stem #'transparent = ##t  s
   < d, g c >2  < e a d >  < f b e >  < g c f >  < a d g >  < b e a >  < c f b >  < d g c >
 }
}
</pre>
<p>\addlyrics { "I" "II" "III" "IV" "V" "VI" "VII" "I"}
>>
}


Chords like this are often used in Jazz, yet then they are usually accompanied by lower tones, at least in the bass. In these cases, the resulting chords can usually be analyzed as seventh-chords with one or two added non-harmonic tones in the fourths-construction:


\version "2.12.2"
</p>
<pre>\relative c' {
\new PianoStaff <<
</pre>
<pre> \new Staff \with { \remove "Time_signature_engraver" } {
  \time 4/4
   \clef treble { 
   < f b e>8. < f~ b~ e~>16 < f~ b~ e~>4 < f b e>8. < e~ bes'~ f'~>16 < e bes' f'>  < ges c f>8. r16 < f b? e>2... s4
 }
}
 \new Staff \with { \remove "Time_signature_engraver" } {
  \time 4/4
   \clef bass {  
   d,,8 f e es d f e es d f e es d f e es { \override Staff.Stem #'transparent = ##t d4 }
 }
}
</pre>
<p>\addlyrics { " " " " " " " " " " " " " " " " "D-7/9 add 13 (♭13) as degree: I due to chromatic movements" }
>>
}

See also

Notes

  1. this is in the given examples true for all chords except those on c and f, which contain a tritone
  2. Paul Hindemith - Unterweisung im Tonsatz (section III, end of chapter 10)
Personal tools
Namespaces
Variants
Actions
Navigation
Participation
Toolbox