Tenth (interval)

Musical compound interval From Wikipedia, the free encyclopedia

In music theory, a tenth (or compound third[1]) is a musical interval encompassing ten scale degrees.[2] It is a compound interval,[3] composed of an octave plus a third.[4] Like a third, a tenth is typically major or minor but can also have other chord qualities, like being augmented or diminished.

Major tenth

Quick facts Name, Other names ...
Major tenth
Name
Other namesCompound major third
AbbreviationM10
Size
Semitones16
Interval class4
Cents
12-Tone equal temperament1600
Close

A major tenth is a compound interval spanning 16 semitones, or 4 semitones above an octave. For example, the interval between C4 and E5 (in scientific pitch notation) is a major tenth.

{
\override Score.TimeSignature
#'stencil = ##f
    \relative c' {
        \time 4/4
        \set Score.tempoHideNote = ##t \tempo 1 = 20
        <c e'>1
    }
}

Minor tenth

Quick facts Name, Other names ...
Minor tenth
Name
Other namesCompound minor third
Abbreviationm10
Size
Semitones15
Interval class3
Cents
12-Tone equal temperament1500
Close

A minor tenth is a compound interval spanning 15 semitones, or 3 semitones above an octave. For example, the interval between C4 and E5 is a minor tenth.

{
\override Score.TimeSignature
#'stencil = ##f
    \relative c' {
        \time 4/4
        \set Score.tempoHideNote = ##t \tempo 1 = 20
        <c es'>1
    }
}

References

Related Articles

Wikiwand AI