Table of Contents
Understanding the normal forms of musical sets is essential for analyzing atonal and serial music. This guide provides a clear, step-by-step process to identify the normal form of any given set.
What Are Musical Sets and Normal Forms?
Musical sets are collections of pitches used in various compositions, especially in atonal music. The normal form is a standardized way of arranging these pitches to facilitate comparison and analysis. It typically involves ordering the pitches in a way that starts with the smallest interval and is most compact.
Step 1: List the Pitch Classes
Write down all the pitch classes in the set, using integers from 0 to 11. For example, if your set includes C, D, E, and G, you might represent these as 0, 2, 4, and 7.
Step 2: Find All Rotations of the Set
Generate all possible rotations of the set. For example, if your set is {0, 2, 4, 7}, the rotations are:
- {0, 2, 4, 7}
- {2, 4, 7, 0}
- {4, 7, 0, 2}
- {7, 0, 2, 4}
Step 3: Transpose Each Rotation to Start on Zero
For each rotation, transpose the set so that the first pitch class is 0. This involves subtracting the first pitch class from all others and wrapping around modulo 12. For example, {2, 4, 7, 0} becomes {0, 2, 5, 10} after transposition.
Step 4: Identify the Most Compact and Lexicographically Smallest Form
Compare all transposed sets to find the one that is most compact (has the smallest intervals) and lexicographically smallest. This set is the normal form of your musical set.
Example
Suppose your set is {0, 1, 4, 6}. Generate rotations:
- {0, 1, 4, 6}
- {1, 4, 6, 0}
- {4, 6, 0, 1}
- {6, 0, 1, 4}
Transposing each to start on zero:
- {0, 1, 4, 6}
- {0, 3, 5, 7}
- {0, 2, 4, 5}
- {0, 2, 3, 4}
The most compact and lexicographically smallest is {0, 2, 3, 4}. Therefore, this is the normal form of the original set.
Conclusion
Identifying the normal form of a musical set helps in analyzing and comparing different compositions. By following these steps—listing pitch classes, generating rotations, transposing, and selecting the most compact form—you can systematically determine the normal form of any set.