Stop-censorship-small.png

Time signature

From www.oscarvandillen.com
Jump to: navigation, search

Contents

Definition

A time signature defines the beat structure of the rhytm, in units called bars.

In notation, a time signature is usually represented by numbers: the upper whole number representing the number of beats per bar, the lower number is 1, 2, 4, 8, 16, 32 etcetera, and represents the 1-beat note.

Binary and ternary time signatures

A time signature consists of a number of beats, but each beat consists of a subdivision in a number of partial beats: usually subdivided in 2 (binary) or 3 (ternary) (one level deeper, each of these subdivisions in their turn can be binary or ternary). This leads to the following tables of basic time signatures.

Binary time signatures

Number of beats binary example
2 2\4 
<p>\version "2.12.2"
<<
\new Staff 
</p>
<pre>\with {
 \override StaffSymbol #'line-count = #3
 }
\relative c' { 
\clef percussion
\numericTimeSignature
\time 2/4
 a a a8 a a a a2
\bar "|."
}
</pre>
<p>>>
3 3\4 
<p>\version "2.12.2"
<<
\new Staff 
</p>
<pre>\with {
 \override StaffSymbol #'line-count = #3
 }
\relative c' { 
\clef percussion
\numericTimeSignature
\time 3/4
 a a a a8[ a] [a a] a[ a] a2.
\bar "|."
}
</pre>
<p>>>
4 4\4 
<p>\version "2.12.2"
<<
\new Staff 
</p>
<pre>\with {
 \override StaffSymbol #'line-count = #3
 }
\relative c' { 
\clef percussion
\numericTimeSignature
\time 4/4
 a2 a4 a a8[ a] [a a] a[ a] a[ a] a1
\bar "|."
}
</pre>
<p>>>



The interpretation of ternary time signatures may vary in different world music traditions, e.g. 9\8 in turkish music is not divided in 3+3+3 but in 2+2+2+3.

The table below shows the standard ternary divisions in equal groups of 3 partial beats, as is customary in contemporary classical notation.

Ternary time signatures

Number of beats ternary example
2 6\8 
<p>\version "2.12.2"
<<
\new Staff 
</p>
<pre>\with {
 \override StaffSymbol #'line-count = #3
 }
\relative c' { 
\clef percussion
\numericTimeSignature
\time 6/8
 a4. a4. a8 a a a a a a2.
\bar "|."
}
</pre>
<p>>>
3 9\8 
<p>\version "2.12.2"
<<
\new Staff 
</p>
<pre>\with {
 \override StaffSymbol #'line-count = #3
 }
\relative c' { 
\clef percussion
\numericTimeSignature
\time 9/8
 a4. a4. a4. a8 a a a a a a a a a2.~ a4.
\bar "|."
}
</pre>
<p>>>
4 12\8 
<p>\version "2.12.2"
<<
\new Staff 
</p>
<pre>\with {
 \override StaffSymbol #'line-count = #3
 }
\relative c' { 
\clef percussion
\numericTimeSignature
\time 12/8
 a2. a4. a4. a8 a a a a a a a a a a a a1.
\bar "|."
}
</pre>
<p>>>



Notation with various 1-beat notes

The examples are collected for a theoretical purpose: to show how one rhythm can be notated with different note values.

All these examples notate the exact same rhythm, but with the help of different notes.

Note: Normally a rhythm like this would rather be notated in either 4\4 or 4\8, depending on the tempo, for purely practical reasons of performance.

In 4\1


\version "2.12.2"
<<
\new Staff 
</p>
<pre>\with {
 \override StaffSymbol #'line-count = #3
 }
\relative c' { 
\clef percussion
\time 4/1
 e\longa a,\breve a\breve a1 a a e' a,\longa
\bar "|."
}
 \addlyrics {
   
}
</pre>
<p>>>


In 4\2


\version "2.12.2"
<<
\new Staff 
</p>
<pre>\with {
 \override StaffSymbol #'line-count = #3
 }
\relative c' { 
\clef percussion
\time 4/2
 e\breve a,1 a a2 a a e' a,\breve
\bar "|."
}
 \addlyrics {
   
}
</pre>
<p>>>


In 4\4


\version "2.12.2"
<<
\new Staff 
</p>
<pre>\with {
 \override StaffSymbol #'line-count = #3
 }
\relative c' { 
\clef percussion
\numericTimeSignature
\time 4/4
 e1 a,2 a a4 a a e' a,1
\bar "|."
}
 \addlyrics {
   
}
</pre>
<p>>>


In 4\8


\version "2.12.2"
<<
\new Staff 
</p>
<pre>\with {
 \override StaffSymbol #'line-count = #3
 }
\relative c' { 
\clef percussion
\time 4/8
 e2 a,4 a a8 a a e' a,2
\bar "|."
}
 \addlyrics {
   
}
</pre>
<p>>>


In 4\16


\version "2.12.2"
<<
\new Staff 
</p>
<pre>\with {
 \override StaffSymbol #'line-count = #3
 }
\relative c' { 
\clef percussion
\time 4/16
 e4 a,8[ a] a16 a a e' a,4
\bar "|."
}
 \addlyrics {
   
}
</pre>
<p>>>


In 4\32


\version "2.12.2"
<<
\new Staff 
</p>
<pre>\with {
 \override StaffSymbol #'line-count = #3
 }
\relative c' { 
\clef percussion
\time 4/32
 e8 a,16[ a] a32[ a] a[ e'] a,8
\bar "|."
}
 \addlyrics {
   
}
</pre>
<p>>>


In 4\64


\version "2.12.2"
<<
\new Staff 
</p>
<pre>\with {
 \override StaffSymbol #'line-count = #3
 }
\relative c' { 
\clef percussion
\time 4/64
 e16 a,32[ a] a64[ a] a[ e'] a,16
\bar "|."
}
 \addlyrics {
   
}
</pre>
<p>>>


In 4\128


\version "2.12.2"
<<
\new Staff 
</p>
<pre>\with {
 \override StaffSymbol #'line-count = #3
 }
\relative c' { 
\clef percussion
\time 4/128
 e32 a,64[ a] a128[ a] a[ e'] a,32
\bar "|."
}
 \addlyrics {
   
}
</pre>
<p>>>


See also

Personal tools
Namespaces
Variants
Actions
Navigation
Participation
Toolbox