Tuplet

Source: Wikipedia, the free encyclopedia.
(Redirected from
Triplet (music)
)

\new RhythmicStaff {
   \clef percussion
   \time 4/4
   \set Score.tempoHideNote = ##t \tempo 4 = 80
   c4 \tuplet 3/2 { c8 c c }
   c4 \tuplet 5/4 { c16 c c c c }
   c4
}
Rhythm with tuplets: a triplet on the second beat and a quintuplet on the fourth

In music, a tuplet (also irrational rhythm or groupings, artificial division or groupings, abnormal divisions, irregular rhythm, gruppetto, extra-metric groupings, or, rarely, contrametric rhythm) is "any

subdivisions from that usually permitted by the time-signature (e.g., triplets, duplets, etc.)"[1] This is indicated by a number, or sometimes two indicating the fraction involved. The notes involved are also often grouped with a bracket or (in older notation) a slur
.

The most common type of tuplet is the triplet.

Terminology

The modern term 'tuplet' comes from a

prosody where it referred to "a syllable having a metrical value not corresponding to its actual time-value, or ... a metrical foot containing such a syllable" (Oxford English Dictionary, entry "irrational"). The term would be incorrect if used in the mathematical sense (because the note-values are rational
fractions) or in the more general sense of "unreasonable, utterly illogical, absurd".

Alternative terms found occasionally are "artificial division",[2] "abnormal divisions",[3] "irregular rhythm",[4] and "irregular rhythmic groupings".[5] The term "polyrhythm" (or "polymeter"), sometimes incorrectly used instead of "tuplets", actually refers to the simultaneous use of opposing time signatures.[6]

Besides "triplet", the terms "duplet", "quadruplet", "quintuplet", "sextuplet", "septuplet", and "octuplet" are used frequently. The terms "nonuplet", "decuplet", "undecuplet", "dodecuplet", and "tredecuplet" had been suggested but up until 1925 had not caught on.[7] By 1964 the terms "nonuplet" and "decuplet" were usual, while subdivisions by greater numbers were more commonly described as "group of eleven notes", "group of twelve notes", and so on.[8]

Triplet

The most common tuplet[9] is the triplet (German Triole, French triolet, Italian terzina or tripletta, Spanish tresillo). Whereas normally two quarter notes (crotchets) are the same duration as a half note (minim), three triplet quarter notes have that same duration, so the duration of a triplet quarter note is 23 the duration of a standard quarter note.

 \new RhythmicStaff {
   \clef percussion
   \time 2/4
   \set Score.tempoHideNote = ##t \tempo 4 = 100
   c4 c
   \tuplet 3/2 { c4 c c }
}

Similarly, three triplet

eighth notes
(quavers) are equal in duration to one quarter note. If several note values appear under the triplet bracket, they are all affected the same way, reduced to 23 their original duration.

 \new RhythmicStaff {
   \clef percussion
   \time 2/4
   \set Score.tempoHideNote = ##t \tempo 4 = 100
   c8 c c c
   \tuplet 3/2 { c8 c c } \tuplet 3/2 { c8 c c }
}

The triplet indication may also apply to notes of different values, for example a quarter note followed by one eighth note, in which case the quarter note may be regarded as two triplet eighths tied together.[10]

 \new RhythmicStaff {
   \clef percussion
   \time 2/4
   \set Score.tempoHideNote = ##t \tempo 4 = 100
   \tuplet 3/2 { c4 c8 } \tuplet 3/2 { c8 c4 }
}

In some older scores, rhythms like this would be notated as a dotted eighth note and a sixteenth note as a kind of shorthand[11] presumably so that the beaming more clearly shows the beats.

Tuplet notation

Notation

Tuplets are typically notated either with a bracket or with a number above or below the beam if the notes are beamed together. Sometimes, the tuplet is notated with a ratio (instead of just a number) — with the first number in the ratio indicating the number of notes in the tuplet and the second number indicating the number of normal notes they have the same duration as — or with a ratio and a note value.

 {
\override Score.TimeSignature #'stencil = ##f
\new RhythmicStaff {
   \clef percussion
   \time 5/4
   \set Score.tempoHideNote = ##t \tempo 4 = 100
   \tuplet 3/2 { c8 c c }
   \once \override TupletBracket.bracket-visibility = ##t \tuplet 3/2 { c8 c c }
   \once \override TupletNumber.text = "3:2" \tuplet 3/2 { c8 c c }
   \once \override TupletNumber.text = "3:2♪" \tuplet 3/2 { c8 c c }
} }

Rhythm

Simple meter

For other tuplets, the number indicates a

simple meter). So a quintuplet (quintolet or pentuplet[12]) indicated with the numeral 5 means that five of the indicated note value total the duration
normally occupied by four (or, as a division of a dotted note in compound time, three), equivalent to the second higher note value. For example, five quintuplet eighth notes total the same duration as a half note (or, in 3
8
or compound meters such as 6
8
, 9
8
, etc. time, a dotted quarter note).

Some numbers are used inconsistently: for example septuplets (septolets or septimoles) usually indicate 7 notes in the duration of 4—or in compound meter 7 for 6—but may sometimes be used to mean 7 notes in the duration of 8.[13] Thus, a septuplet lasting a whole note can be written with either quarter notes (7:4) or eighth notes (7:8).

 \new RhythmicStaff {
   \clef percussion
   \time 4/4
   \set Score.tempoHideNote = ##t \tempo 4 = 100
   \tuplet 7/4 { c4 c c c c c c }
   \tuplet 7/8 { c8 c c c c c c }
}

To avoid ambiguity, composers sometimes write the ratio explicitly instead of just a single number. This is also done for cases like 7:11, where the validity of this practice is established by the complexity of the figure. A French alternative is to write pour ("for") or de ("of") in place of the colon, or above the bracketed "irregular" number.[14] This reflects the French usage of, for example, "six-pour-quatre" as an alternative name for the sextolet.[15][16]

There are disagreements about the sextuplet (pronounced with stress on the first syllable, according to Baker[17]—which is also called sestole, sestolet, sextole, or sextolet.[17][18][19][20][21][22][23] This six-part division may be regarded either as a triplet with each note divided in half (2 + 2 + 2)—therefore with an accent on the first, third, and fifth notes—or else as an ordinary duple pattern with each note subdivided into triplets (3 + 3) and accented on both the first and fourth notes. This is indicated by the beaming in the example below.

 \new RhythmicStaff {
   \clef percussion
   \time 2/4
   \set Score.tempoHideNote = ##t \tempo 4 = 100
   \tuplet 6/4 { c16 \set stemRightBeamCount = #1 c \set stemLeftBeamCount = #1 c \set stemRightBeamCount = #1 c \set stemLeftBeamCount = #1 c c }
   \tuplet 6/4 { c16 c \set stemRightBeamCount = #1 c \set stemLeftBeamCount = #1 c c c }
}

Some authorities treat both groupings as equally valid forms,[24][25][19][26][27] while others dispute this, holding the first type to be the "true" (or "real") sextuplet, and the second type to be properly a "double triplet", which should always be written and named as such.[28][29][30] Some go so far as to call the latter, when written with a numeral 6, a "false" sextuplet.[17][31][32] Still others, on the contrary, define the sextuplet precisely and solely as the double triplet,[21][33] and a few more, while accepting the distinction, contend that the true sextuplet has no internal subdivisions—only the first note of the group should be accented.[34][30][23])

Compound meter

In

compound meter, even-numbered tuplets can indicate that a note value is changed in relation to the dotted version of the next higher note value. Thus, two duplet eighth notes (most often used in 6
8
meter) take the time normally totaled by three eighth notes, equal to a dotted quarter note. Four quadruplet (or quartole) eighth notes would also equal a dotted quarter note. The duplet eighth note is thus exactly the same duration as a dotted eighth note, but the duplet notation is far more common in compound meters.[35]

A duplet in compound time is more often written as 2:3 (a dotted quarter note split into two duplet eighth notes) than 2:1+12 (a dotted quarter note split into two duplet quarter notes), even though the former is inconsistent with a quadruplet also being written as 4:3 (a dotted quarter note split into four quadruplet eighth notes).[36]

Nested tuplets

On occasion, tuplets are used "inside" tuplets. These are referred to as nested tuplets.

 \new RhythmicStaff {
   \clef percussion
   \time 2/4
   \set Score.tempoHideNote = ##t \tempo 4 = 68
   \once \override TupletBracket.bracket-visibility = ##t \tuplet 5/4 {c8[ \tuplet 3/2 { c16 c c] } c4 \tuplet 7/4 { c32[ c c c c c c] } } c2
}

Counting

Tuplets can produce rhythms such as the

rhythmic units
. The example below shows sextuplets in quintuplet time.


<< \relative c' {
   \override Staff.StaffSymbol.line-positions = #'(-2 2)
   \clef percussion
   \time 5/4
   \override TupletNumber.text = #tuplet-number::calc-fraction-text
   \tuplet 6/5 { e4 e e e e e } e4
} \\ \relative c' {
   a4 a a a a a
}
>>

Tuplets may be counted, most often at extremely slow tempos, using the least common multiple (LCM) between the original and tuplet divisions. For example, with a 3-against-2 tuplet (triplets) the LCM is 6. Since 6 ÷ 2 = 3 and 6 ÷ 3 = 2 the quarter notes fall every three counts (overlined) and the triplets every two (underlined):

1 2 3 4 5 6

This is fairly easily brought up to tempo, and depending on the music may be counted in tempo, while 7-against-4, having an LCM of 28, may be counted at extremely slow tempos but must be played intuitively ("felt out") at tempo:

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28

To play a

half-note (minim) triplet accurately in a bar
of 4
4
, count eighth-note triplets and tie them together in groups of four


<< \relative c' {
   \override Staff.StaffSymbol.line-positions = #'(-2 2)
   \clef percussion
   \time 4/4
   \tuplet 3/2 { e4.~ e8 e4~ e e8~ e4. } e4
} \\ \relative c' {
   \tuplet 3/2 { a2 a a } a4
}
>>

With a stress on each target note, one would count: 1 – 2 – 3  1 – 2 – 3  1 – 2 – 3  1 – 2 – 3  1 The same principle can be applied to quintuplets, septuplets, and so on.

See also

References

Sources

Further reading

External links

  • Media related to Tuplet at Wikimedia Commons