Skip to content

Commit

Permalink
finished rhythmic values
Browse files Browse the repository at this point in the history
  • Loading branch information
brynhughes committed Aug 24, 2014
1 parent 3bc411e commit 144a4c3
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions rhythmicValues.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ layout: post
title: Rhythmic values
---

{{ page.title }}
================

Rhythm refers to the combination of long and short durations in time. Durations are notated with either unfilled or filled noteheads. Unfilled noteheads can appear with or without a stem; filled noteheads always appear with a stem. Flags can be added to the stems of filled noteheads; each flag shortens the duration by half.

<img src="Graphics/durations.png" width="60%">
Expand All @@ -16,12 +13,13 @@ Rests represent silence in musical notation. For each durational symbol there ex

<img src="Graphics/rests.png" width="60%">

**Dots**
**Dots and ties**

Dots and ties allow for basic durations to be lengthened. A dot occurs after a pitch or a rest, and it increases its duration by half. For example, if a quarter note is equivalent in duration to two eighth notes, a dotted quarter note would be equivalent to *three* eighth notes. Generally, undotted notes divide into two notes; dotted notes divide into three. Thus, undotted notes are typically used to represent the beat level in simple meter, while dotted notes are used to represent the beat in compound meter.

A dot occurs after a pitch or a rest, and it increases its duration by half.
Multiple dots can be added to a duration. Subsequent dots add half the duration of the previous dot. For example, a quarter note with two dots would be equivalent in duration to a quarter, eighth, and sixteenth note.

A *tie* lengthens a duration by connecting two adjacent identical pitches. Ties are used to either sustain a pitch beyond the length of a single measure, or to make a particular rhythmic grouping in a measure more clear.

**Ties**

**Tuplets**

0 comments on commit 144a4c3

Please sign in to comment.