A time signature (also known as meter signature, metre signature, and measure signature) is an indication in music notation that specifies how many note values of a particular type fit into each measure (bar). The time signature indicates the meter of a musical movement at the bar level.
In a music score the time signature appears as two stacked numerals, such as (spoken as four–four time), or a time symbol, such as (spoken as common time or cut time). It immediately follows the key signature (or if there is no key signature, the clef symbol). A mid-score time signature, usually immediately following a barline, indicates a change of meter.
Most time signatures are either simple (the note values are grouped in pairs, like , , and ), or compound (grouped in threes, like , , and ). Less common signatures indicate complex, mixed, additive, and irrational meters.
Time signature notation
Most time signatures consist of two numerals, one stacked above the other:
<!-- Note to editors:
We deliberately describe the lower numeral first and the upper numeral later,
as this is clearer. Please don't change it unless you can make it even clearer.
-->
- The lower numeral indicates the note value that the signature is counting. This number is always a power of 2 (unless the time signature is irrational), usually 2, 4 or 8, but less often 16 is also used, usually in Baroque music. 2 corresponds to the half note (minim), 4 to the quarter note (crotchet), 8 to the eighth note (quaver), 16 to the sixteenth note (semiquaver).
- The upper numeral indicates how many such note values constitute a bar.
For instance, means two quarter-notes (crotchets) per bar, while means four eighth-notes (quavers) per bar. The most common time signatures are , , and .
Symbolic signatures
<!--Common-time and Common time redirect directly here.-->
By convention, two special symbols are sometimes used for and :
- The symbol is sometimes used for time, also called common time or imperfect time.
- The symbol is sometimes used in place of and is called alla breve or, colloquially, cut time or cut common time.
These symbols derive from mensural time signatures, described below.
Frequently used time signatures
Simple versus compound
Simple meters are those whose upper number is 2, 3, or 4, sometimes described as duple meter, triple meter, and quadruple meter respectively.
In compound meter, the note values specified by the bottom number are grouped into threes, and the upper number is a multiple of 3, such as 6, 9, or 12. The lower number is most commonly an 8 (an eighth-note or quaver): as in or .
Other upper numbers correspond to irregular meters.
Beat and subdivision
Musical passages commonly feature a recurring pulse, or beat, usually in the range of 60–140 beats per minute. Depending on the tempo of the music, this beat may correspond to the note value specified by the time signature, or to a grouping of such note values. Most commonly, in simple time signatures, the beat is the same as the note value of the signature, but in compound signatures, the beat is usually a dotted note value corresponding to three of the signature's note values. Either way, the next lower note value shorter than the beat is called the subdivision.
On occasion a bar may seem like one singular beat. For example, a fast waltz, notated in time, may be described as being one in a bar. Conversely, at slow tempos, the beat might even be a smaller note value than the one enumerated by the time signature.
Mathematically the time signatures of, e.g., and are interchangeable. In a sense all simple triple time signatures, such as , , , etc.—and all compound duple times, such as , and so on, are equivalent. A piece in can be easily rewritten in , simply by halving the length of the notes.
:<score>
\new Staff <<
\new voice \relative c' {
\clef percussion
\time 3/4
\tempo 4 = 100
\stemDown \repeat volta 2 { g4 d' d }
\time 3/8
\tempo 8 = 100
\stemDown \repeat volta 2 { g,8 d' d }
}
\new voice \relative c {
\override NoteHead.style = #'cross
\stemUp \repeat volta 2 { a8[ a] a[ a] a[ a] }
\stemUp \repeat volta 2 { a16 a a a a a }
}
>>
</score>
File:3-4 equals 3-8 drum pattern.mid
Other time signature rewritings are possible: most commonly a simple time-signature with triplets translates into a compound meter.
:<score>
\new Staff <<
\new voice \relative c' {
\clef percussion
\time 12/8
\tempo 4. = 66
\stemDown \repeat volta 2 { g4. d' g, d' }
\numericTimeSignature
\time 4/4
\tempo 4 = 66
\stemDown \repeat volta 2 { g,4 d' g, d' }
}
\new voice \relative c {
\override NoteHead.style = #'cross
\stemUp \repeat volta 2 { a8 a a a a a a a a a a a }
\stemUp \repeat volta 2 { \tuplet 3/2 { a8 a a } \tuplet 3/2 { a8 a a } \tuplet 3/2 { a8 a a } \tuplet 3/2 { a8 a a } }
}
>>
</score>
File:12-8 equals 4-4 drum pattern.mid
The choice of time signature in these cases is largely a matter of tradition. Particular time signatures are traditionally associated with different music styles—it would seem strange to notate a conventional rock song in or , rather than .
Examples
In the examples below, bold denotes the primary stress of the measure, and italics denote a secondary stress. Syllables such as "and" are frequently used for pulsing in between numbers.
Simple: is a simple triple meter time signature that represents three quarter notes (crotchets), usually perceived as three beats. In this case the subdivision would be the eighth note (quaver). It is felt as
::<big></big>: one and two and three and ...
Compound: Most often, <big></big> is felt as two beats, each being a dotted quarter note (crotchet), and each containing subdivisions of three eighth notes (quavers). It is felt as
::<big></big>: one two three four five six ...
The table below shows the characteristics of the most frequently used time signatures.
{| class="wikitable"
|-
! colspan="4" style="background: Silver" | Simple time signatures
|-
! Time signature
! Common uses
! Simple drum pattern
!Video representation
|-
| align="center" | <big></big> or
(quadruple)
|| Common time: Widely used in classical music and most forms of popular music. Most common time signature in rock, blues, country, funk, and pop.
||<score>
\new Staff <<
\new voice \relative c' {
\clef percussion
\numericTimeSignature
\time 4/4
\set Score.tempoHideNote = ##t \tempo 4 = 100
\stemDown \repeat volta 2 { g4 d' g, d' }
}
\new voice \relative c {
\override NoteHead.style = #'cross
\stemUp \repeat volta 2 { a8 a a a a a a a }
}
>></score>File:Characteristic rock drum pattern.mid
|frameless|140x105px
|-
| align="center" | <big></big> or
(duple)
|| Alla breve, cut time: Used for marches and fast orchestral music.
||<score>
\new Staff <<
\new voice \relative c' {
\clef percussion
\numericTimeSignature
\time 2/2
\set Score.tempoHideNote = ##t \tempo 2 = 100
\stemDown \repeat volta 2 { g2 d' }
}
\new voice \relative c {
\override NoteHead.style = #'cross
\stemUp \repeat volta 2 { a4 a a a }
}
>></score>File:Half time rock pattern.mid
|
|-
| align="center" |<big></big>
(duple)
|| Used for polkas, galops, marches, and many styles of Latin music (including bolero, cumbia, and merengue).
||<score>
\new Staff <<
\new voice \relative c' {
\clef percussion
\numericTimeSignature
\time 2/4
\set Score.tempoHideNote = ##t \tempo 4 = 100
\stemDown \repeat volta 2 { g4 d' }
}
\new voice \relative c {
\override NoteHead.style = #'cross
\stemUp \repeat volta 2 { a8 a a a }
}
>></score>File:Simple duple drum pattern.mid
|frameless|140x105px
|-
| align="center" | <big></big>
(triple)
|| <!-- Waltz time redirects here --> Used for waltzes, minuets, scherzi, polonaises, mazurkas, country & western ballads, R&B, and some pop.
||<score>
\new Staff <<
\new voice \relative c' {
\clef percussion
\numericTimeSignature
\time 3/4
\set Score.tempoHideNote = ##t \tempo 4 = 100
\stemDown \repeat volta 2 { g4 d' d }
}
\new voice \relative c {
\override NoteHead.style = #'cross
\stemUp \repeat volta 2 { a8[ a] a[ a] a[ a] }
}
>></score>File:Simple triple drum pattern.mid
|frameless|140x105px
|-
| align="center" | <big></big>
(triple)
|| Also used for the above but usually suggests higher tempo or shorter hypermeter. Sometimes preferred for certain folk dances such as cachucha.
||<score lang="lilypond">
\new Staff <<
\new voice \relative c' {
\clef percussion
\numericTimeSignature
\time 3/8
\set Score.tempoHideNote = ##t \tempo 4. = 80
\stemDown \repeat volta 2 { g8 d' d }
}
\new voice \relative c {
\override NoteHead.style = #'cross
\stemUp \repeat volta 2 { a16[ a] a[ a] a[ a] }
}
>></score>File:Simple triple drum pattern.mid
|
|-
! colspan="4" style="background: Silver" | Compound time signatures
|-
! Time signature
! Common uses
! Simple drum pattern
! Video representation
|-
| align="center" | <big></big>
(duple)
|| Double jigs, jotas, zortzikos, polkas,<!--Polka is also claimed under 2/4 time. RESPONSE: polkas can use either 2/4 or 6/8, depending on the subdivision of the beats (since both are duple time signatures)--> sega, salegy, tarantella, marches, barcarolles, loures, and some rock music. Anapestic tetrameter poetry also fits into time when said aloud.
||<score> \new Staff <<
\new voice \relative c' {
\clef percussion
\numericTimeSignature
\time 6/8
\set Score.tempoHideNote = ##t \tempo 4. = 80
\stemDown \repeat volta 2 { g4. d' }
}
\new voice \relative c {
\override NoteHead.style = #'cross
\stemUp \repeat volta 2 { a8 a a a a a }
}
>></score>File:Compound duple drum pattern.mid
|frameless|140x105px
|-
| align="center" | <big></big>
(triple)
|| Compound triple time: Used in slip jigs; otherwise occurring rarely ("The Ride of the Valkyries", Tchaikovsky's Fourth Symphony, and the final movement of J.S. Bach's Violin Concerto in A minor (BWV 1041) are familiar examples. Debussy's "Clair de lune" and the opening bars of Prélude à l'après-midi d'un faune are also in <big>)</big>.
||<score> \new Staff <<
\new voice \relative c' {
\clef percussion
\numericTimeSignature
\time 9/8
\set Score.tempoHideNote = ##t \tempo 4. = 80
\stemDown \repeat volta 2 { g4. d' d }
}
\new voice \relative c {
\override NoteHead.style = #'cross
\stemUp \repeat volta 2 { a8 a a a a a a a a }
}
>></score>File:Compound triple drum pattern.mid
|frameless|140x105px
|-
| align="center" | <big></big>
(quadruple)
|| Also common in slower blues (where it is called a shuffle) and doo-wop; also used more recently in rock music. Can also be heard in some jigs like "The Irish Washerwoman". This is also the time signature of Scene by the Brook, the second movement of Beethoven's Pastoral Symphony.
||<score> \new Staff <<
\new voice \relative c' {
\clef percussion
\numericTimeSignature
\time 12/8
\set Score.tempoHideNote = ##t \tempo 4. = 80
\stemDown \repeat volta 2 { g4. d' g, d' }
}
\new voice \relative c {
\override NoteHead.style = #'cross
\stemUp \repeat volta 2 { a8 a a a a a a a a a a a }
}
>></score>File:Compound quadruple drum pattern.mid
|frameless|140x105px
|}
Tempo giusto
While changing the bottom number and keeping the top number fixed only formally changes notation, without changing meaning – , , , and are all three beats to a meter, just noted with eighth notes, quarter notes, half notes, or whole notes – these conventionally imply different performance and different tempi. Conventionally, larger numbers in the bottom correspond to faster tempi and smaller numbers correspond to slower tempi. This convention is known as tempo giusto, and means that the tempo of each note remains in a narrower, "normal" range. For illustration, a quarter note might correspond to 60–120 bpm (quintuplet 75–150, triplet 90–180 and septuplet 105–210), a half note to 30–60 bpm (triplet 45–90), a whole note to 15–30 bpm, and an eighth note to 120–240 bpm; these are not strict, but show an example of "normal" ranges.
This convention dates to the Baroque era, when tempo changes were indicated by changing time signature during the piece, rather than by using a single time signature and changing tempo marking.
== Complex time signatures ==<!--Usual time signature and unusual time signature both redirect directly here.-->
Signatures that do not fit the usual simple or compound categories are called complex, asymmetric, irregular, unusual, or odd—though these are broad terms, and usually a more specific description is any meter which combines both simple and compound beats.
Irregular meters are common in some non-Western music, and in ancient Greek music such as the Delphic Hymns to Apollo, but the corresponding time signatures rarely appeared in formal written Western music until the 19th century. Early anomalous examples appeared in Spain between 1516 and 1520, plus a small section in Handel's opera Orlando (1733).
The third movement of Frédéric Chopin's Piano Sonata No. 1 (1828) is an early, but by no means the earliest, example of time in solo piano music. Anton Reicha's Fugue No. 20 from his Thirty-six Fugues, published in 1803, is also for piano and is in . The waltz-like second movement of Tchaikovsky's Pathétique Symphony (shown below), often described as a "limping waltz", is a notable example of time in orchestral music.
: <score sound="1">
\relative c {
\set Score.tempoHideNote = ##t \tempo 4 = 144
\set Staff.midiInstrument = #"cello"
\clef bass
\key d \major
\time 5/4
fis4\mf(^\markup { \bold { Allegro con grazia } }
g) \tuplet 3/2 { a8(\< g a } b4 cis)\!
d( b) cis2.\>
a4(\mf b) \tuplet 3/2 { cis8(\< b cis } d4 e)\!
\clef tenor
fis(\f d) e2. \break
g4( fis) \tuplet 3/2 { e8( fis e } d4 cis)
fis8-. [ r16 g( ] fis8) [ r16 eis( ] fis2.)
fis4( e) \tuplet 3/2 { d8( e d } cis4) b\upbow(\<^\markup { \italic gliss. }
b'8)\ff\> [a( g) fis-. ] e-. [ es-.( d-. cis-. b-. bes-.) ]
a4\mf
}
</score>
Examples from 20th-century classical music include:
- Gustav Holst's "Mars, the Bringer of War" and "Neptune, the Mystic" from The Planets (both in )
- Paul Hindemith's "Fuga secunda" in G from Ludus Tonalis ()
- the ending of Stravinsky's The Firebird ()
- the fugue from Heitor Villa-Lobos's Bachianas Brasileiras No. 9 ()
- the themes for the Mission: Impossible television series by Lalo Schifrin (in ) and for Room 222 by Jerry Goldsmith (in )<!--
PLEASE DO NOT ADD MORE EXAMPLES - THIS IS A **SHORT** LIST!
EDIT THE ARTICLE List of musical works in unusual time signatures INSTEAD
-->
In the Western popular music tradition, unusual time signatures occur as well, with progressive rock in particular making frequent use of them. The use of shifting meters in The Beatles' "Strawberry Fields Forever" and the use of quintuple meter in their "Within You, Without You" are well-known examples, as is Radiohead's "Paranoid Android" (includes ).
<!--
DO NOT ADD MORE EXAMPLES!
-->
Paul Desmond's jazz composition "Take Five", in time, was one of a number of irregular-meter compositions that The Dave Brubeck Quartet played. They played other compositions in ("Eleven Four"), ("Unsquare Dance"), and ("Blue Rondo à la Turk"), expressed as . "Blue Rondo à la Turk" is an example of a signature that, despite appearing merely compound triple, is actually more complex. Brubeck's title refers to the characteristic aksak meter of the Turkish karşılama dance.
However, such time signatures are only unusual in most Western music. Traditional music of the Balkans uses such meters extensively. Bulgarian dances, for example, include forms with 5, 7, 9, 11, 13, 15, 22, 25 and other numbers of beats per measure. These rhythms are notated as additive rhythms based on simple units, usually 2, 3 and 4 beats, though the notation fails to describe the metric "time bending" taking place, or compound meters. See Additive meters below.
Some video samples are shown below.
{| class="wikitable"
|thumb|none| at 60 [[BPM (music)|bpm]]
|thumb| at 60 bpm
|thumb|none| at 60 bpm
|}
Mixed meters
While time signatures usually express a regular pattern of beat stresses continuing through a piece (or at least a section), sometimes composers change time signatures often enough to result in music with an extremely irregular rhythm. The time signature may switch so much that a piece may not be best described as being in one meter, but rather as having a switching mixed meter. In this case, the time signatures are an aid to the performers and not necessarily an indication of meter. The Promenade from Modest Mussorgsky's Pictures at an Exhibition (1874) is a good example. The opening measures are shown below:
:<score sound="1">
{ \new PianoStaff <<
\new Staff <<
\new voice \relative c {
\set Score.tempoHideNote = ##t \tempo 4 = 112
\clef treble \key bes \major
\time 5/4
g4--_\f^\markup { \bold {Allegro giusto, nel modo russico; senza allegrezza, ma poco sostenuto. } } f-- bes-- c8--( f d4--)
\time 6/4
c8--( f d4--) bes-- c-- g-- f--
\time 5/4
<bes, d g>4 <a c f> <bes d bes'> \stemDown <c a'> \stemNeutral <f a d>
\time 6/4
\stemDown <c a'> \stemNeutral <f bes d> <d g bes> <e g c> <g, c g'> <a c f>
}
\new Voice \relative c {
\time 5/4
s1 s4
\time 6/4
s1.
\time 5/4
s2. \stemUp c8^( f d4)
\time 6/4
\stemUp c8^( f d4) s1
}
>>
\new Staff <<
\clef bass \key bes \major
\relative c {
\time 5/4
R1*5/4
\time 6/4
R1*6/4
\time 5/4
<g g'>4 <a f'> <g g'> <f f'> <d d'>
\time 6/4
<f f'> <bes bes'> <g g'> <c, c'> <e e'> <f f'>
}
>>
>> }
</score>
:
Igor Stravinsky's The Rite of Spring (1913) is famous for its "savage" rhythms. Five measures from "Sacrificial Dance" are shown below:
:<score sound="1"> { \new PianoStaff << \new Staff \relative c { \set Staff.midiInstrument = #"violin" \clef treble \tempo 8 = 126 \override DynamicLineSpanner.staff-padding = #4 \time 3/16 r16 <d c a fis d>-! r16\fermata | \time 2/16 r <d c a fis d>-! \time 3/16 r <d c a fis d>8-! | r16 <d c a fis d>8-! | \time 2/8 <d c a fis>16-! <e c bes g>->-![ <cis b aes f>-! <c a fis ees>-!] } \new Staff \relative c { \set Staff.midiInstrument = #"violin" \clef bass \time 3/16 d,16-! <bes ees,>^\f-! r\fermata | \time 2/16 <d,, d,>-! <bes ees,>-! | \time 3/16 d16-! <ees cis>8-! | r16 <ees cis>8-! | \time 2/8 d16^\sf-! <ees cis>-!->[ <d c>-! <d c>-!] } >> } </score>
In such cases, a convention that some composers follow (e.g., Olivier Messiaen, in his La Nativité du Seigneur and Quatuor pour la fin du temps) is to simply omit the time signature. Charles Ives's Concord Sonata has measure bars for select passages, but the majority of the work is unbarred.
Some pieces have no time signature, as there is no discernible meter. This is sometimes known as free time. Sometimes one is provided (usually ) so that the performer finds the piece easier to read, and simply has "free time" written as a direction. Sometimes the word FREE is written downwards on the staff to indicate the piece is in free time. Erik Satie wrote many compositions that are ostensibly in free time but actually follow an unstated and unchanging simple time signature. Later composers used this device more effectively, writing music almost devoid of a discernibly regular pulse.
If two time signatures alternate repeatedly, sometimes the two signatures are placed together at the beginning of the piece or section, as shown below:
:center|thumb|460px|Detail of a score of Tchaikovsky's [[String Quartet No. 2 (Tchaikovsky)|String Quartet No. 2 in F major, showing a multiple time signature]]
Additive meters
To indicate more complex patterns of stresses, such as additive rhythms, more complex time signatures can be used. Additive meters have a pattern of beats that subdivide into smaller, irregular groups. Such meters are sometimes called imperfect, in contrast to perfect meters, in which the bar is first divided into equal units.
For example, the time signature means that there are 8 quaver beats in the bar, divided as the first of a group of three eighth notes (quavers) that are stressed, then the first of a group of two, then first of a group of three again. The stress pattern is usually counted as
:: : one two three one two one two three ...
This kind of time signature is commonly used to notate folk and non-Western types of music. In classical music, Béla Bartók and Olivier Messiaen have used such time signatures in their works. The first movement of Maurice Ravel's Piano Trio in A Minor is written in , in which the beats are likewise subdivided into to reflect Basque dance rhythms. is also often used in boogie-woogie music, as mentioned in the song "Beat Me Daddy, Eight to the Bar."
Romanian musicologist Constantin Brăiloiu had a special interest in compound time signatures, developed while studying the traditional music of certain regions in his country. While investigating the origins of such unusual meters, he learned that they were even more characteristic of the traditional music of neighboring peoples (e.g., the Bulgarians). He suggested that such timings can be regarded as compounds of simple two-beat and three-beat meters, where an accent falls on every first beat, even though, for example in Bulgarian music, beat lengths of 1, 2, 3, 4 are used in the metric description. In addition, when focused only on stressed beats, simple time signatures can count as beats in a slower, compound time. However, there are two different-length beats in this resulting compound time, a one half-again longer than the short beat (or conversely, the short beat is the value of the long). This type of meter is called aksak (the Turkish word for "limping"), impeded, jolting, or shaking, and is described as an irregular bichronic rhythm. A certain amount of confusion for Western musicians is inevitable, since a measure they would likely regard as , for example, is a three-beat measure in aksak, with one long and two short beats (with subdivisions of , , or ).
Folk music may make use of metric time bends, so that the proportions of the performed metric beat time lengths differ from the exact proportions indicated by the metric. Depending on playing style of the same meter, the time bend can vary from non-existent to considerable; in the latter case, some musicologists may want to assign a different meter. For example, the Bulgarian tune "Eleno Mome" is written in one of three forms: (1) , (2) , or (3) , but an actual performance (e.g., "Eleno Mome") may be closer to . The Macedonian meter is even more complicated, with heavier time bends, and use of quadruples on the threes. The metric beat time proportions may vary with the speed that the tune is played. The Swedish Boda Polska (Polska from the parish Boda) has a typical elongated second beat.
In Western classical music, metric time bend is used in the performance of the Viennese waltz. Most Western music uses metric ratios of 2:1, 3:1, or 4:1 (two-, three- or four-beat time signatures)—in other words, integer ratios that make all beats equal in time length. So, relative to that, 3:2 and 4:3 ratios correspond to very distinctive metric rhythm profiles. Complex accentuation occurs in Western music, but as syncopation rather than as part of the metric accentuation.
Brăiloiu borrowed a term from Turkish medieval music theory: aksak. Such compound time signatures fall under the "aksak rhythm" category that he introduced along with a couple more that should describe the rhythm figures in traditional music. The term Brăiloiu revived had moderate success worldwide, but in Eastern Europe it is still frequently used. However, aksak rhythm figures occur not only in a few European countries, but on all continents, featuring various combinations of the two and three sequences. The longest are in Bulgaria. The shortest aksak rhythm figures follow the five-beat timing, comprising a two and a three (or three and two).
Some video samples are shown below.
{| class="wikitable"
| thumb|320 px|none| at 120 [[BPM (music)|bpm]]
| thumb|320 px|none| The rhythm of [[Dave Brubeck's "Blue Rondo à la Turk": It consists of three measures of followed by one measure of and the cycle then repeats. Taking the smallest time unit as eighth notes, the arrows on the tempo dial show the tempi for ♪, ♩, ♩. and the measure beat. Starts slow, speeds up to usual tempo]]
|}
A method to create meters of lengths of any length has been published in the Journal of Anaphoria Music Theory and Xenharmonikon 16 using both those based on the Horograms of Erv Wilson and Viggo Brun's algorithm written by Kraig Grady.
Irrational meters
<!-- This section is linked from Stereolab -->
Irrational time signatures (rarely, "non-dyadic time signatures", or "odd-factored time signatures") are used for so-called irrational bar lengths, that have a denominator that is not a power of two (1, 2, 4, 8, 16, 32, etc.). These are based on beats expressed in terms of fractions of full beats in the prevailing tempo—for example or .
Another possibility is to extend the barline where a time change is to take place above the top instrument's line in a score and to write the time signature there, and there only, saving the ink and effort that would have been spent writing it in each instrument's staff. Henryk Górecki's Beatus Vir is an example of this. Alternatively, music in a large score sometimes has time signatures written as very long, thin numbers covering the whole height of the score rather than replicating it on each staff; this is an aid to the conductor, who can see signature changes more easily.
Early music usage
Mensural time signatures
In the mensural notation of the 14th, 15th and 16th centuries there are no bar lines, and the four basic mensuration signs x13px, x13px, x13px, x13px indicate the normal ratio of duration between different note values. Unlike modern notation, the subdivisions could be either 2:1 or 3:1. The relation between the breve x20px and the semibreve x20px was called tempus, and could be perfect (triple 3:1 indicated by circle) or imperfect (duple 2:1, with broken circle), while the relation between the semibreve and the minim x20px was called prolatio and could be major (3:1 or compound, indicated by dot) or minor (2:1 or simple meter).
Modern transcriptions often reduce note values 4:1, such that
- 13px corresponds to meter;
- 13px corresponds to meter;
- 12px corresponds to meter;
- 12px corresponds to meter.
In mensural notation actual note values depend not only on the prevailing mensuration, but on rules for imperfection and alteration, with ambiguous cases using a dot of separation, similar in appearance but not always in effect to the modern dot of augmentation.
Proportions
{|class="wikitable skin-invert-image" style="float:right;clear:right;"
|+Proportion signs
!scope="column"|Proportion
!scope="column" |Notated values
!scope="column"|equivalent to
!scope="column"|Notated values
|-
|x30px|Semicircle without dot 2 or 12px
|x30px <br> x30pxx30px
|x30px|Semicircle without dot
|x30px <br> x30px x30px
|-
|x30px|Circle without dot 2 or 13px
|x30pxx30pxx30px<br>x30px|alt=two semibrevesx30px|alt=two semibrevesx30px|alt=two semibreves
|x30px|Circle without dot
|x30px|alt=three semibreves<br>x30px|alt=three groups of two minims
|-
|x30px|Semicircle without dot 3
|x30pxx30px<br>x30px|alt=three semibreves x30px|alt=three semibreves
|x30px|Semicircle with dot
|x30px|alt=two semibreves<br>x30px|alt=two groups of three minims
|-
|x30px|Circle without dot 3
|x30pxx30pxx30px <br>x30px|alt=three semibreves x30px|alt=three semibreves x30px|alt=three semibreves
|x30px|alt=Circle with dot
|x30pxx30pxx30px <br>x30px|alt=three groups of three minims
|}
Besides showing the organization of beats with musical meter, the mensuration signs discussed above have a second function, which is showing tempo relationships between one section to another, which modern notation can only specify with tuplets or metric modulations. This is a fraught subject, because the usage has varied with both time and place: Charles Hamm was even able to establish a rough chronology of works based on three distinct usages of mensural signs over the career of Guillaume Dufay (1397(?) – 1474). By the end of the sixteenth century Thomas Morley was able to satirize the confusion in an imagined dialogue:
<blockquote>it was a world to hear them wrangle, every one defending his own for the best. "What? <!-- … -->You keep not time in your proportions." "You sing them false. <!-- … -->What proportion is this?" "Sesquipaltry." <!-- … -->"Nay,<!-- … --> you sing you know not what; it would seem you came lately from a barber's shop where you had 'Gregory Walker' or a Curranta played in the new Proportions by them lately found out, called 'Sesquiblinda' and 'Sesquihearkenafter'."
::<small>Plaine and Easie Introduction to Practicall Musicke (1597)</small>
</blockquote>
In general though, a slash or the numeral 2 shows a doubling of tempo, and paired numbers (either side by side or one atop another) show ratios instead of beats per measure over note value: in early music contexts for example is unrelated to 'third-notes'.
A few common signs are shown:
- 12px tempus imperfectum diminutum, 1:2 proportion (twice as fast);
- 13px tempus perfectum diminutum, 1:2 proportion (twice as fast);
- 22px or 10px proportio tripla, 1:3 proportion (three times as fast, similar to triplets).
In particular, when the sign 11px was encountered, the tactus (beat) changed from the usual whole note (semibreve) to the double whole note (breve), a circumstance called alla breve. This term has been sustained to the present day, and though now it means the beat is a half note (minim), in contradiction to the literal meaning of the phrase, it still indicates that the tactus has changed from a short to a doubled value.
Certain composers delighted in creating mensuration canons, "puzzle" compositions that were intentionally difficult to decipher.
Irregular bar
Irregular bars are a change in time signature normally for only one bar. Such a bar is most often a bar of Triple metre|, Quintuple meter| or Duple meter| in a composition, or a bar of in a composition, or a bar of in a composition.
If a song is entirely in , a change to will make the song feel like it has skipped a beat. The opposite is true for , where it feels like the song adds a beat. If a song changes to is will make it feel like that bar is half as long as all the others.
Some popular examples include "Golden Brown" by The Stranglers ( in a composition), "I Love Rock 'n' Roll" originally by The Arrows ( in a composition), "Hey Ya!" by Outkast ( in a composition), and "Wuthering Heights" by Kate Bush (different kinds of irregular bars in a composition).
See also
- Schaffel, a kind of swing in rock and techno music
- Tala, meter in Indian music
- Colotomy, a coinage by Jap Kunst to describe the metric structure of gamelan music.
