{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "
" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "\n", "\n", "\n", "Following Section 5.1.2 of [Müller, FMP, Springer 2015], we introduce in this notebook some basic facts on musical scales and the circle of fifths.\n", " \n", "
" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "## Introduction\n", "\n", "Besides intervals and chords, we now consider another important musical construct that is referred to as a **musical scale**. Again, adopting a rather simplistic view, a scale can be regarded as a set of notes, where the elements are typically ordered by ascending pitch. While a **chord** may be thought of as a **vertical structure**, a **scale** is usually associated to **horizontal structures**. Assuming the principle of octave equivalence, scales typically span a single octave, with higher or lower octaves simply repeating the pattern. In this way, a musical scale can be regarded as a division of the octave space into a certain number of **scale steps**, where each scale step is an interval between two successive notes." ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "## Chromatic Scale\n", "\n", "As first example, we consider the [twelve-tone equal-tempered scale](../C1/C1S1_MusicalNotesPitches.html), where an octave is subdivided into twelve scale steps. This scale is also referred to as **chromatic scale**. In this case, all scale steps correspond to the same interval having a size of one semitone (or $100$ [cents](../C1/C1S3_FrequencyPitch.html)). Due to enharmonic equivalence, there are various spellings and score notations to represent a chromatic scale. Two of them are shown in the following figure. Furthermore, we provide a piano recording as well as a synthesized version of the chromatic scale (generated in the next code cell).\n", "\n", "\n", "\n", " | Major | \n", "\n", " | Minor | \n", "\n", " |
---|---|---|---|---|
0 | \n", "C | \n", "\n", " | Am | \n", "\n", " |
1 | \n", "G | \n", "\n", " | Em | \n", "\n", " |
2 | \n", "D | \n", "\n", " | Bm | \n", "\n", " |
3 | \n", "A | \n", "\n", " | F$^\\sharp$m | \n", "\n", " |
4 | \n", "E | \n", "\n", " | C$^\\sharp$m | \n", "\n", " |
5 | \n", "B | \n", "\n", " | G$^\\sharp$m | \n", "\n", " |
6 | \n", "F$^\\sharp$ | \n", "\n", " | D$^\\sharp$m | \n", "\n", " |
7 | \n", "D$^\\flat$ | \n", "\n", " | B$^\\flat$m | \n", "\n", " |
8 | \n", "A$^\\flat$ | \n", "\n", " | Fm | \n", "\n", " |
9 | \n", "E$^\\flat$ | \n", "\n", " | Cm | \n", "\n", " |
10 | \n", "B$^\\flat$ | \n", "\n", " | Gm | \n", "\n", " |
11 | \n", "F | \n", "\n", " | Dm | \n", "\n", " |
12 | \n", "C | \n", "\n", " | Am | \n", "\n", " |