A pentatonic scale is a musical scale with five notes per octave, in contrast to the heptatonic scale, which has seven notes per octave (such as the major scale and minor scale).
Pentatonic scales were developed independently by many ancient civilizations and are still used in various musical styles to this day.
There are two types of pentatonic scales: those with semitones (hemitonic) and those without (anhemitonic).
Anhemitonic scale
Musicology commonly classifies pentatonic scales as either hemitonic or anhemitonic. Hemitonic scales contain one or more semitones and anhemitonic scales do not contain semitones. (For example, in Japanese music the anhemitonic yo scale is contrasted with the hemitonic in scale.) Hemitonic pentatonic scales are also called "ditonic scales", because the largest interval in them is the ditone (e.g., in the scale C–E–F–G–B–C, the interval found between C–E and G–B). (This should not be confused with the identical term also used by musicologists to describe a scale including only two notes.)
Anhemitonic pentatonic scales can be constructed in many ways. The major pentatonic scale may be thought of as a gapped or incomplete major scale, using scale tones 1, 2, 3, 5, and 6 of the major scale. One construction takes five consecutive pitches from the circle of fifths; starting on C, these are C, G, D, A, and E. Rearranging the pitches to fit into one octave creates the major pentatonic scale: C, D, E, G, A.
{
\override Score.TimeSignature #'stencil = ##f
\relative c' {
\time 5/4
c d e g a c
} }
Another construction works backward: It omits two pitches from a diatonic scale. If one were to begin with a C major scale, for example, one might omit the fourth and the seventh scale degrees, F and B. The remaining notes then make up the major pentatonic scale: C, D, E, G, and A.
Omitting the third and seventh degrees of the C major scale obtains the notes for another transpositionally equivalent anhemitonic pentatonic scale: F, G, A, C, D.