pub fn analyze_chord_with_root( chord: &Chord, key: Key, root: &Pitch, ) -> Result<Option<RomanNumeral>>
Performs Roman-numeral analysis in a key using an explicit harmonic root.