Tuplet
Template:Short description Script error: No such module "about".
<score sound="1"> \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
}
</score>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 rhythm that involves dividing the beat into a different number of equal subdivisions from that usually permitted by the time-signature (e.g., triplets, duplets, etc.)"Lua error in package.lua at line 80: module 'Module:Footnotes/anchor_id_list' not found. 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 rebracketing of compound words like quintu(s)-(u)plet and sextu(s)-(u)plet, and from related mathematical terms such as "tuple", "-uplet" and "-plet", which are used to form terms denoting multiplets (Oxford English Dictionary, entries "multiplet", "-plet, comb. form", "-let, suffix", and "-et, suffix1"). An alternative modern term, "irrational rhythm", was originally borrowed from Greek 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",Lua error in package.lua at line 80: module 'Module:Footnotes/anchor_id_list' not found. "abnormal divisions",Lua error in package.lua at line 80: module 'Module:Footnotes/anchor_id_list' not found. "irregular rhythm",Lua error in package.lua at line 80: module 'Module:Footnotes/anchor_id_list' not found. and "irregular rhythmic groupings".Lua error in package.lua at line 80: module 'Module:Footnotes/anchor_id_list' not found. The term "polyrhythm" (or "polymeter"), sometimes incorrectly used instead of "tuplets", actually refers to the simultaneous use of opposing time signatures.Lua error in package.lua at line 80: module 'Module:Footnotes/anchor_id_list' not found.
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.Lua error in package.lua at line 80: module 'Module:Footnotes/anchor_id_list' not found. 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.Lua error in package.lua at line 80: module 'Module:Footnotes/anchor_id_list' not found.
Triplet
The most common tupletLua error in package.lua at line 80: module 'Module:Footnotes/anchor_id_list' not found. 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 Page Template:Fraction/styles.css has no content.2⁄3 the duration of a standard quarter note.
- <score sound="1"> \new RhythmicStaff {
\clef percussion
\time 2/4
\set Score.tempoHideNote = ##t \tempo 4 = 100
c4 c
\tuplet 3/2 { c4 c c }
} </score>
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 Page Template:Fraction/styles.css has no content.2⁄3 their original duration.
- <score sound="1"> \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 }
} </score>
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.Lua error in package.lua at line 80: module 'Module:Footnotes/anchor_id_list' not found.
- <score sound="1"> \new RhythmicStaff {
\clef percussion
\time 2/4
\set Score.tempoHideNote = ##t \tempo 4 = 100
\tuplet 3/2 { c4 c8 } \tuplet 3/2 { c8 c4 }
} </score>
In some older scores, rhythms like this would be notated as a dotted eighth note and a sixteenth note as a kind of shorthandLua error in package.lua at line 80: module 'Module:Footnotes/anchor_id_list' not found. presumably so that the beaming more clearly shows the beats.
Tuplet notation
Notation
Three triplet quarter notes for example are expressed by quarter notes accompanied by typically either a bracket or with a number above or below the beam if the notes are beamed together. Much less commonly 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. In the following examples, all 4 notations are valid. Either of the first two is almost always used.
- <score> {
\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 }
} } </score>
However when tuplets are repeated regularly it is common to omit tuplet indicator completely. For example repeated triplet eighths are written just like beamed three eighths. In the example below all beamed chunks are understood to be triplets; otherwise it would contradict the time signature.
- <score> {
\new RhythmicStaff {
\clef percussion
\time 4/4
\set Score.tempoHideNote = ##t \tempo 4 = 100
\tuplet 3/2 { c8 c c }
\once \override TupletNumber.text = "" \tuplet 3/2 { c8 c c }
\once \override TupletNumber.text = "" \tuplet 3/2 { c8 c c }
\once \override TupletNumber.text = "" \tuplet 3/2 { c8 c c }
} } </score>
Rhythm
Simple meter
For other tuplets, the number indicates a ratio to the next lower normal value in the prevailing meter (a power of 2 in simple meter). So a quintuplet (quintolet or pentupletLua error in package.lua at line 80: module 'Module:Footnotes/anchor_id_list' not found.) 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).
- <score sound="1"> \new RhythmicStaff {
\clef percussion
\time 2/4
\set Score.tempoHideNote = ##t \tempo 4 = 100
c8 c c c
\tuplet 5/4 { c8 c c c c }
c2
} </score>
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.Lua error in package.lua at line 80: module 'Module:Footnotes/anchor_id_list' not found. Thus, a septuplet lasting a whole note can be written with either quarter notes (7:4) or eighth notes (7:8).
- <score> \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 }
} </score>
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.Lua error in package.lua at line 80: module 'Module:Footnotes/anchor_id_list' not found. This reflects the French usage of, for example, "six-pour-quatre" as an alternative name for the sextolet.Lua error in package.lua at line 80: module 'Module:Footnotes/anchor_id_list' not found.Lua error in package.lua at line 80: module 'Module:Footnotes/anchor_id_list' not found.
There are disagreements about the sextuplet (pronounced with stress on the first syllable, according to BakerLua error in package.lua at line 80: module 'Module:Footnotes/anchor_id_list' not found.)—which is also called sestole, sestolet, sextole, or sextolet.Lua error in package.lua at line 80: module 'Module:Footnotes/anchor_id_list' not found.Lua error in package.lua at line 80: module 'Module:Footnotes/anchor_id_list' not found.Lua error in package.lua at line 80: module 'Module:Footnotes/anchor_id_list' not found.Lua error in package.lua at line 80: module 'Module:Footnotes/anchor_id_list' not found.Lua error in package.lua at line 80: module 'Module:Footnotes/anchor_id_list' not found.Lua error in package.lua at line 80: module 'Module:Footnotes/anchor_id_list' not found.Lua error in package.lua at line 80: module 'Module:Footnotes/anchor_id_list' not found. 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.
- <score> \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 }
} </score>
Some authorities treat both groupings as equally valid forms,Lua error in package.lua at line 80: module 'Module:Footnotes/anchor_id_list' not found.Lua error in package.lua at line 80: module 'Module:Footnotes/anchor_id_list' not found.Lua error in package.lua at line 80: module 'Module:Footnotes/anchor_id_list' not found.Lua error in package.lua at line 80: module 'Module:Footnotes/anchor_id_list' not found.Lua error in package.lua at line 80: module 'Module:Footnotes/anchor_id_list' not found. 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.Lua error in package.lua at line 80: module 'Module:Footnotes/anchor_id_list' not found.Lua error in package.lua at line 80: module 'Module:Footnotes/anchor_id_list' not found.Lua error in package.lua at line 80: module 'Module:Footnotes/anchor_id_list' not found. Some go so far as to call the latter, when written with a numeral 6, a "false" sextuplet.Lua error in package.lua at line 80: module 'Module:Footnotes/anchor_id_list' not found.Lua error in package.lua at line 80: module 'Module:Footnotes/anchor_id_list' not found.Lua error in package.lua at line 80: module 'Module:Footnotes/anchor_id_list' not found. Still others, on the contrary, define the sextuplet precisely and solely as the double triplet,Lua error in package.lua at line 80: module 'Module:Footnotes/anchor_id_list' not found.Lua error in package.lua at line 80: module 'Module:Footnotes/anchor_id_list' not found. 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.Lua error in package.lua at line 80: module 'Module:Footnotes/anchor_id_list' not found.Lua error in package.lua at line 80: module 'Module:Footnotes/anchor_id_list' not found.Lua error in package.lua at line 80: module 'Module:Footnotes/anchor_id_list' not found.)
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.Lua error in package.lua at line 80: module 'Module:Footnotes/anchor_id_list' not found.
- <score sound="1"> \new RhythmicStaff {
\clef percussion
\time 6/8
\set Score.tempoHideNote = ##t \tempo 4 = 100
c8 c c c c c
\tuplet 2/3 { c8 c } c8. c
\tuplet 4/3 { c8 c c c } c16. c c c
c2.
} </score>
A duplet in compound time is more often written as 2:3 (a dotted quarter note split into two duplet eighth notes) than 2:Page Template:Fraction/styles.css has no content.1+1⁄2 (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).Lua error in package.lua at line 80: module 'Module:Footnotes/anchor_id_list' not found.
Nested tuplets
On occasion, tuplets are used "inside" tuplets. These are referred to as nested tuplets.
- <score sound="1"> \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
} </score>
Counting
Tuplets can produce rhythms such as the hemiola or may be used as polyrhythms when played against the regular duration. They are extrametric rhythmic units. The example below shows sextuplets in quintuplet time.
- <score sound="1" override_midi="Sextuplet against five rhythm.mid">
<< \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
} >> </score>
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
- <score>
<< \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
} >> </score>
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
Page Module:Side box/styles.css has no content.Page Template:Sister project/styles.css has no content.
- Composite rhythm
- Cross-beat
- Duple and quadruple metre
- Metre (hymn)
- Metre (poetry)
- Metric modulation
- List of musical works in unusual time signatures
- Schaffel
- Sextuple metre
- Triple metre
References
Page Template:Reflist/styles.css has no content.
Sources
Page Template:Div col/styles.css has no content.
- Page Template:Citation/styles.css has no content.Anon. 1997–2000. "Music Notation Questions Answered". Graphire Corporation, Graphire.com (Accessed 10 May 2013).
- Page Template:Citation/styles.css has no content.Baker, Theodore (ed.). 1895. A Dictionary of Musical Terms. New York: G. Schirmer.
- Page Template:Citation/styles.css has no content.Cooper, Paul. 1973. Perspectives in Music Theory: An Historical-Analytical Approach. New York: Dodd, Mead. Template:ISBN.
- Page Template:Citation/styles.css has no content.Cunningham, Michael G. 2007. Technique for Composers. Bloomington, Indiana: AuthorHouse. Template:ISBN.
- Page Template:Citation/styles.css has no content.Damour, Antoine, Aimable Burnett, and Élie Elwart. 1838. Études élémentaires de la musique: depuis ses premières notions jusqu'à celles de la composition: divisées en trois parties: Connaissances préliminaires. Méthode de chant. Méthode d’harmonie. Paris: Bureau des Études élémentaires de la musique.
- Page Template:Citation/styles.css has no content.Donato, Anthony. 1963. Preparing Music Manuscript. Englewood Cliffs, New Jersey: Prentice-Hall. Unaltered reprint, Westport, Connecticut: Greenwood Press, 1977 Template:ISBN.
- Page Template:Citation/styles.css has no content.Dunstan, Ralph. 1925. A Cyclopædic Dictionary of Music. 4th ed. London: J. Curwen & Sons, 1925. Reprint. New York: DaCapo Press, 1973.
- Page Template:Citation/styles.css has no content.Gehrkens, Karl W. 1921. Music Notation and Terminology. New York and Chicago: A. S. Barnes.
- Page Template:Citation/styles.css has no content.Hubbard, William Lines. 1924. Musical Dictionary, revised and enlarged edition. Toledo: Squire Cooley. Reprinted as The American History and Encyclopedia of Music. Whitefish, Montana: Kessinger Publishing, 2005. Template:ISBN.
- Page Template:Citation/styles.css has no content.Humphries, Carl. 2002. The Piano Handbook. San Francisco: Backbeat Books; London: Hi Marketing. Template:ISBN.
- Page Template:Citation/styles.css has no content.Jones, George Thaddeus. 1974. Music Theory: The Fundamental Concepts of Tonal Music Including Notation, Terminology, and Harmony. New York, Hagerstown, San Francisco, London: Barnes & Noble Books. Template:ISBN.
- Page Template:Citation/styles.css has no content.Kastner, Jean-Georges. 1838. Tableaux analytiques et résumé général des principes élémentaires de musique. Paris.
- Page Template:Citation/styles.css has no content.Lobe, Johann Christian. 1881. Catechism of Music, new and improved edition, edited and revised from the 20th German edition by John Henry Cornell, translated by Fanny Raymond Ritter. New York: G. Schirmer. (First edition of English translation by Fanny Raymond Ritter. New York: J. Schuberth 1867.)
- Page Template:Citation/styles.css has no content.Kennedy, Michael. 1994. "Irregular Rhythmic Groupings. (Duplets, Triplets, Quadruplets)". Oxford Dictionary of Music, second edition, associate editor, Joyce Bourne. Oxford and New York: Oxford University Press. Template:ISBN.
- Page Template:Citation/styles.css has no content.Köhler, Louis. 1858. Systematische Lehrmethode für Clavierspiel und Musik: Theoretisch und praktisch, 2 vols. Leipzig: Breitkopf und Härtel.
- Page Template:Citation/styles.css has no content.Latham, Alison (ed.). 2002. "Sextuplet [sextolet]". The Oxford Companion to Music. Oxford and New York: Oxford University Press. Template:ISBN.
- Page Template:Citation/styles.css has no content.Marx, Adolf Bernhard. 1853. Universal School of Music, translated from the fifth edition of the original German by August Heinrich Wehrhan. London.
- Page Template:Citation/styles.css has no content.Peckman, Jon. 2007. Picture Yourself Drumming: Step-by-Step Instruction for Drum Kit Setup, Reading Music, Learning from the Pros, and More. Boston, Massachusetts: Thomson Course Technology. Template:ISBN.
- Page Template:Citation/styles.css has no content.Read, Gardner. 1964. Music Notation: A Manual of Modern Practice. Boston: Alleyn and Bacon. Second edition, Boston: Alleyn and Bacon, 1969., reprinted as A Crescendo Book, New York: Taplinger, 1979. Template:ISBN (cloth), Template:ISBN (pbk).
- Page Template:Citation/styles.css has no content.Riemann, Hugo. 1884. Musikalische Dynamik und Agogik: Lehrbuch der musikalischen Phrasirung auf Grund einer Revision der Lehre von der musikalischen Metrik und Rhythmik. Hamburg: D. Rahter; Saint Petersburg: A. Büttner; Leipzig: Fr. Kistnet.
- Page Template:Citation/styles.css has no content.Schonbrun, Marc. 2007. The Everything Music Theory Book: A Complete Guide to Taking Your Understanding of Music to the Next Level. The Everything Series. Avon, Massachusetts: Adams Media. Template:ISBN.
- Page Template:Citation/styles.css has no content.Sembos, Evangelos C. 2006. Principles of Music Theory: A Practical Guide, second edition. Morrisville, North Carolina: Lulu Press. Template:ISBN.
- Page Template:Citation/styles.css has no content.Shedlock, Emma L. 1876. A Trip to Music-Land: An Allegorical and Pictorial Exposition of the Elements of Music. London, Glasgow, and Edinburgh: Blackie & Son.
- Page Template:Citation/styles.css has no content.Stainer, John, and William Alexander Barrett. 1876. A Dictionary of Musical Terms. London: Novello, Ewer and Co.
- Page Template:Citation/styles.css has no content.Taylor, Franklin. 1879–1889. "Sextolet". A Dictionary of Music and Musicians (A.D. 1450–1883) by Eminent Writers, English and Foreign, 4 vols, edited by Sir George Grove, 3:478. London: Macmillan and Co.
- Page Template:Citation/styles.css has no content.Taylor, Franklin. 2001. "Sextolet, Sextuplet." The New Grove Dictionary of Music and Musicians, second edition, edited by Stanley Sadie and John Tyrrell. London: Macmillan.
- Page Module:Citation/CS1/styles.css has no content.Troeger, Richard (2003). Playing Bach on the Keyboard: A Practical Guide. Pompton Plains, New Jersey: Amadeus Press. p. 172. ISBN 1574670840. OCLC 52424125.
Further reading
- Baker, Theodore, Nicolas Slonimsky, and Laura Dine Kuhn. 1995. Schirmer Pronouncing Pocket Manual of Musical Terms. New York: Schirmer Books. Template:ISBN.
External links
- Page Template:Sister-inline/styles.css has no content.Script error: No such module "Sister project logo". Media related to Script error: No such module "Commons link". at Wikimedia Commons
Lua error in package.lua at line 80: module 'Module:Navbox/configuration' not found. Lua error in package.lua at line 80: module 'Module:Navbox/configuration' not found.