Misplaced Pages

Major scale

Article snapshot taken from[REDACTED] with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.
(Redirected from Major mode) Musical scale made of seven notes
This article needs additional citations for verification. Please help improve this article by adding citations to reliable sources. Unsourced material may be challenged and removed.
Find sources: "Major scale" – news · newspapers · books · scholar · JSTOR (November 2012) (Learn how and when to remove this message)
Major scale
ModesI, II, III, IV, V, VI, VII
Component pitches
C, D, E, F, G, A, B
Qualities
Number of pitch classes7
Maximal evenness
Forte number7–35
Complement5–35
Major scales beginning with white keys

The major scale (or Ionian mode) is one of the most commonly used musical scales, especially in Western music. It is one of the diatonic scales. Like many musical scales, it is made up of seven notes: the eighth duplicates the first at double its frequency so that it is called a higher octave of the same note (from Latin "octavus", the eighth).

The simplest major scale to write is C major, the only major scale not requiring sharps or flats:

 {
\override Score.TimeSignature #'stencil = ##f
\relative c' { 
  \clef treble \time 7/4
  c4 d e f g a b c
} }

The major scale has a central importance in Western music, particularly that of the common practice period and in popular music.

In Carnatic music, it is known as Sankarabharanam. In Hindustani classical music, it is known as Bilaval.

Structure

The pattern of whole and half steps characteristic of a major scale

The intervals from the tonic (keynote) in an upward direction to the second, to the third, to the sixth, and to the seventh scale degrees of a major scale are called major.

A major scale is a diatonic scale. The sequence of intervals between the notes of a major scale is:

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

where "whole" stands for a whole tone (a red u-shaped curve in the figure), and "half" stands for a semitone (a red angled line in the figure).

Whole steps and half steps are explained mathematically in a related article, Twelfth root of two. Notably, an equal-tempered octave has twelve half steps (semitones) spaced equally in terms of the sound frequency ratio. The sound frequency doubles for corresponding notes from one octave to the next. The ratio is 3/2 = 1.5 for a perfect fifth, for example from C to G on a major scale, and 5/4 = 1.25 for a major third, for example from C to E.

A major scale may be seen as two identical tetrachords separated by a whole tone. Each tetrachord consists of two whole tones followed by a semitone (i.e. whole, whole, half).

The major scale is maximally even.

Scale degrees

 {
\override Score.TimeSignature #'stencil = ##f
\relative c' { 
  \clef treble \time 15/4
  c4-1 d-2 e-3 f-4 g-5 a-6 b-7 c-8 b-7 a-6 g-5 f-4 e-3 d-2 c-1
} }

The scale degrees are:

Triad qualities

 {
\override Score.TimeSignature #'stencil = ##f
    \relative c' {
        \clef treble \time 7/1
        <c e g>1_\markup I
        <d f a>_\markup ii
        <e g b>_\markup iii
        <f a c>_\markup IV
        <g b d>_\markup V
        <a c e>_\markup vi
        <b d f>_\markup vii°
    }
}

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

Seventh chord qualities

 {
\override Score.TimeSignature #'stencil = ##f
    \relative c' {
        \clef treble \time 7/1
        <c e g b>1_\markup IM7
        <d f a c>_\markup ii7
        <e g b d>_\markup iii7
        <f a c e>_\markup IVM7
        <g b d f>_\markup V7
        <a c e g>_\markup vi7
        <b d f a>_\markup viiø7}}

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

Relationship to major keys

If a piece of music (or part of a piece of music) is in a major key, then the notes in the corresponding major scale are considered diatonic notes, while the notes outside the major scale are considered chromatic notes. Moreover, the key signature of the piece of music (or section) will generally reflect the accidentals in the corresponding major scale.

For instance, if a piece of music is in E♭ major, then the seven pitches in the E♭ major scale (E♭, F, G, A♭, B♭, C and D) are considered diatonic pitches, and the other five pitches (E♮, F♯/G♭, A♮, B♮, and C♯/D♭) are considered chromatic pitches. In this case, the key signature will have three flats (B♭, E♭, and A♭).

The figure below shows all 12 relative major and minor keys, with major keys on the outside and minor keys on the inside arranged around the circle of fifths.

Diatonic scales and keys
Circle of fifths
Circle of fifths
No. Flats Sharps
Major minor Major minor
0 C a C a
1 F d G e
2 B♭ g D b
3 E♭ c A f♯
4 A♭ f E c♯
5 D♭ b♭ B g♯
6 G♭ e♭ F♯ d♯
7 C♭ a♭ C♯ a♯
8 F♭ d♭ G♯ e♯
The table indicates the number of sharps or flats in each scale. Minor scales are written in lower case.

The numbers inside the circle show the number of sharps or flats in the key signature, with the sharp keys going clockwise, and the flat keys counterclockwise from C major (which has no sharps or flats.) The circular arrangement depends on enharmonic relationships in the circle, usually reckoned at six sharps or flats for the major keys of F♯ = G♭ and D♯ = E♭ for minor keys. Seven sharps or flats make major keys (C♯ major or C♭ major) that may be more conveniently spelled with five flats or sharps (as D♭ major or B major).

Broader sense

The term "major scale" is also used in the names of some other scales whose first, third, and fifth degrees form a major triad.

The harmonic major scale has a minor sixth. It differs from the harmonic minor scale only by raising the third degree.

 {
\override Score.TimeSignature #'stencil = ##f
\relative c' { 
  \clef treble \time 7/4
  c4^\markup { Harmonic major scale }  d e f g aes b c
} }

The melodic major scale is the combined scale that goes as Ionian ascending and as Aeolian dominant descending. It differs from melodic minor scale only by raising the third degree to a major third.

 {
\override Score.TimeSignature #'stencil = ##f
\relative c' { 
  \clef treble \time 7/4
  c4^\markup { Melodic major (ascending and descending) }  d e f g a b  c bes aes g f e d c
} }

The double harmonic major scale has a minor second and a minor sixth. It is the fifth mode of the Hungarian minor scale.

 {
\override Score.TimeSignature #'stencil = ##f
\relative c' { 
  \clef treble \time 7/4
  c4^\markup { Double harmonic major scale }  des e f g aes b c
} }

Other notations and usage

When expressing the names of major scale keys as abbreviations, the alphabet of the corresponding tonic note name is sometimes written in upper letters to indicate only the tonic note name. For example, when expressing the English notation of C major, It is sometimes abbreviated as 'C' . Plus, when expressing the names of minor scale keys as abbreviations, the Roman alphabet of the corresponding tonic note is sometimes lower case to indicate only the tonic note name. For example, when expressing the English notation of A minor, It is abbreviated as 'a'.

See also

References

  1. Benward, Bruce & Saker, Marilyn (2003). Music: In Theory and Practice, Vol. I, p.52. Seventh Edition. ISBN 978-0-07-294262-0.
  2. "Major scale | music".
  3. Drabkin, William (2001). "Circle of Fifths". In Sadie, Stanley; Tyrrell, John (eds.). The New Grove Dictionary of Music and Musicians (2nd ed.). London: Macmillan Publishers.
  4. Rimsky-Korsakov, Nikolai (2005). Practical Manual of Harmony. Carl Fischer, LLC. ISBN 978-0-8258-5699-0.
  5. Tymoczko, Dmitri (2011). "Chapter 4". A Geometry of Music. New York: Oxford.
  6. "Musicstudents.com - Free Sheet Music and Play-Along Soundfiles". Archived from the original on 2014-03-11. Retrieved 2014-03-13.
  7. Stetina, Troy (1999). The Ultimate Scale Book. p. 59. ISBN 0-7935-9788-9.
  8. "StackExchange - Questions - Capitalization of key names (C Minor vs. c minor)". Sep 2024.

Further reading

External links

Musical scales (list)
Main Western
Other types
Ethnic origin
Non-octave
Modes
Modes in Western music
Gregorian
Authentic
Plagal
Other
Diatonic
Jazz minor
Harmonic minor
Harmonic major
Double harmonic scale
Number of tones
Categories:
Major scale Add topic