In studying tonal music, you quickly learn that any melody or chord can be transposed to start on 12 different pitches, and we will still hear those as related as long as the relative interval structure remains intact. In order to make comparing pitch-class sets possible, we need some way to ensure that we are comparing like intervallic patterns. You can imagine how difficult it would be to make sense of multiple pc sets if each set was in a random order. For this, we use normal form.
Reducing a pitch-class set to its normal form, also called normal order, is similar to the way in which we analyze chords in standard diatonic harmony. For example, how would you condense the following open voicing of a seventh chord to its simplest form? When reducing it, make sure to retain its inversion.
Most people will reduce this to a closed-position chord such as the following, because it shows every pitch and the inversion in the smallest space possible. This makes it easy to see the intervals and construction of the chord:
Normal form (or normal order) applies the same principles for organizing pitches to pc sets as you did when rearranging this seventh chord. Normal form is an ascending arrangement of a pc set in which the outside interval is smallest. For example, take the following pc set and arrange it so it fills the smallest space possible.
(1,7,t)
More precisely, find the ascending order that has the smallest interval between the outside pitch classes. As discussed above, you should know that a triad has three ascending forms, so you should use that as your starting point. You may use any method that works, but common methods include checking each interval using mod12, notating the pitches on a staff, or even drawing the pitches on a clock face to visualize the shortest distance. As you work through this, consider the speed and efficacy of each method that you try.
For your first attempt at this basic trichord, you will probably find it easiest to translate the pitches into standard pitch letters, and then just treat it as a triad. In this case, the pitches D-flat, G, and B-flat form a G diminished triad, so you can quickly tell that the normal form for this should be:
[7,t,1]
Remember that when notating a pc set in normal form, we use brackets, not parentheses. Parentheses with commas imply an unordered or ascending form. This notation method is outlined by Joseph Straus in his Introduction to Post-Tonal Theory.
Before we create a full integer-based system for finding normal form, we need to understand one more issue. With many pitch class sets, it is possible that there are multiple arrangements that have the same interval between the outside pitches. Try putting the following trichord into normal form.
(0,5,7)
If you arrange this on a staff in all possible ascending orders, you get:
After looking at this on the staff, it is obvious that you can eliminate the last arrangement, but how do you choose between the first two which both have an outer interval of 7 (P5)? In pcs theory, the first tie-breaker is looking at the distance between the lowest pitch and the second highest pitch. In the above example, the second interval for the first arrangement is 5 (P4), but the second interval for the second arrangement is only 2 (M2). In this case the normal form this trichord is [0,2,7].
But how could we find normal form without relying on our familiarity with the traditional musical notation system? And what happens when we have a more complicated and ambiguous pc set? Imagine a more complicated set that doesn’t translate into a traditional tonal structure like a triad or seventh chord. What difficulties do you imagine there will be? Do you have a method that seems to get a quick and reliable result? Which seems the most consistent?
Let’s try to create a step-by-step process by using a more difficult example. The following pentachord has multiple ties and will require you to work through multiple levels. Try to develop this method without using a staff or clock faces. While working through this, how many permutations in ascending order are there for a this set? How does that number relate to the cardinality for any set? Remember that each tie is broken by measuring the first pitch against the next closest pitch.
(3,e,5,2,8)
With a large set such as this pentachord, it is difficult to quickly parse the normal form.
(2,3,5,8,e) | e-2 = 11-2 = 9 |
(3,5,8,e,2) | 2-3 (requires mod 12) = 14-3 = 11 |
(5,8,e,2,3) | 3-5 (requires mod 12) = 15-5 = 10 |
(8,e,2,3,5) | 5-8 (requires mod 12) = 17-8 = 9 |
(e,2,3,5,8) | 8-e (requires mod 12) = 20-11 = 9 |
(2,3,5,8,e) | 8-2 = 6 |
(8,e,2,3,5) | 3-8 (requires mod12) = 15-8 = 7 |
(e,2,3,5,8) | 5-e (requires mod12) = 17-11 = 6 |
(2,3,5,8,e) | 5-2 = 3 |
(e,2,3,5,8) | 3-e (requires mod12) = 15-11 = 4 |
Note that there cannot be a definitive normal form for symmetrical sets such as diminished seventh chords, augmented triads, and whole-tone scales. For these, it is simplest to list the lowest integer first.