Jazz minor scale

The jazz minor scale or ascending melodic minor scale is a derivative of the melodic minor scale, except only the ascending form of the scale is used. As the name implies, it is primarily used in jazz, although it may be found in other types of music as well. It may be derived from the major scale with a minor third, making it a synthetic scale, and features a dominant seventh chord on the fifth degree (V) like the harmonic minor scale. It can also be derived from the diatonic Dorian mode with a major seventh.

 {
\override Score.TimeSignature #'stencil = ##f
\relative c' { 
  \clef treble \time 7/4
  a4^\markup { Jazz minor scale on A } b c d e fis gis a2 }

}

Thus, the jazz minor scale can be represented by the following notation:

1, 2, 3, 4, 5, 6, 7, 8

The intervals between the notes of the jazz minor scale follow the sequence below:

whole, half, whole, whole, whole, whole, half

Jazz theory

The scale may be considered to originate in the use of extensions beginning with the seventh in jazz and thus the necessity to, "chromatically raise the diatonic 7th to create a stable, tonic sound," rather than use a minor seventh chord, associated with ii, for tonic.

The jazz minor scale contains all of the altered notes of the dominant seventh chord whose root is a semitone below the scale's tonic: "In other words to find the correct jazz minor scale for any dominant 7th chord simply use the scale whose tonic note is a half step higher than the root of the chord." For example, the G7 chord and A jazz minor scale: the A scale contains the root, third, seventh, and the four most common alterations of G7. This scale may be used to resolve to C in the progression G7–C (over G7, which need not be notated G75599).

Jazz minor scale on A with notes related to G7 chord alterations. Play
A jazz minor scale over G7 resolving to C. Play

It is used over a minor major seventh chord. See: chord-scale system. The scale also easily allows diatonic chord progressions, for example a I−vi−ii−V progression:

|: C-∆7A-7(♭5)| D-7G7(♭13):|Play

Chord structure

Triad qualities

The triads built on each scale degree follow a distinct pattern. The roman numeral analysis is shown below.

 {
\override Score.TimeSignature #'stencil = ##f
    \relative c' {
        \clef treble \time 7/1 \hide Staff.TimeSignature
        <a c e>1_\markup I-
        <b d fis>_\markup II-
        <c e gis>_\markup ♭III+
        <d fis! a>_\markup IV
        <e gis! b>_\markup V
        <fis! a c>_\markup VI°
        <gis! b d>_\markup VII°
    }
}

Seventh chord qualities

The seventh chords built on each scale degree follow a distinct pattern. The roman numeral analysis is shown below.

 {
\override Score.TimeSignature #'stencil = ##f
    \relative c' {
        \clef treble \time 1/2 \hide Staff.TimeSignature
        <a c e gis>1_\markup I-∆7

        <b d fis! a>_\markup II-7

        <c e gis! b>_\markup ♭III∆7(+)

        <d fis! a c>_\markup IV7

        <e gis! b d>_\markup V7

        <fis! a c e>_\markup VI-7(♭5)

        <gis! b d fis!>_\markup VII-7(♭5)
    }
}

Modes of jazz minor scale

The jazz minor scale, like the diatonic scale, has seven modes. These modes are derived by treating a different note as the tonic.

The names of these scales are variations of the names used for some of the modes of the diatonic major scale, for example the Phrygian 6, the second mode of the melodic minor, is named so because it is the same as the Phrygian mode of the major scale with a major sixth.

Relationship to diatonic modes

Each mode of the jazz minor scale can be considered to be related to two diatonic modes, with one note of the diatonic mode either sharped or flatted according to the table below, which is arranged in fifths.

Intervals from tonic

Each mode of the jazz minor scale features different intervals of notes from the tonic according to the table below, which is arranged in order of brightness.

See also

References

Further reading

  • R., Ken (2012). DOG EAR Tritone Substitution for Jazz Guitar, Amazon Digital Services, Inc., ASIN: B008FRWNIW
Uses material from the Wikipedia article Jazz minor scale, released under the CC BY-SA 4.0 license.