Questions: Voice-Leading as Graph Optimization

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

A composer is moving three voices from a C major chord (C4, E4, G4) to an F major chord (F4, A4, C5). Using the graph-theoretic model, which criterion determines the optimal voice assignment?

AThe assignment that avoids parallel fifths and octaves between any pair of voices
BThe assignment that minimizes the total number of semitones traveled across all voices
CThe assignment that keeps each voice as close as possible to its original register
DThe assignment that places the root of the F chord in the lowest voice
Question 2 Multiple Choice

Why is the Hungarian algorithm preferable to brute-force search for voice-leading optimization in textures with many voices?

AThe Hungarian algorithm incorporates knowledge of common-practice harmonic syntax that brute force ignores
BBrute-force search grows factorially with the number of voices (n! matchings for n voices), while the Hungarian algorithm solves minimum-weight bipartite matching in polynomial time
CThe Hungarian algorithm produces subjectively smoother voice leading because it was designed by music theorists
DBrute force requires continuous pitch space while the Hungarian algorithm works with discrete semitones
Question 3 True / False

In the graph-theoretic model, finding the optimal voice leading between two chords is equivalent to finding the minimum-weight perfect matching in a bipartite graph, where nodes are pitches and edge weights are semitone distances.

TTrue
FFalse
Question 4 True / False

Tymoczko's voice-leading geometry (orbifold model) and the graph-theoretic optimization approach are incompatible frameworks that model different aspects of harmonic motion.

TTrue
FFalse
Question 5 Short Answer

What does it mean to say that voice-leading graph theory 'formalizes an aesthetic judgment into a computable quantity,' and what can this reveal that intuitive voice-leading rules alone cannot?

Think about your answer, then reveal below.