pub fn convert_to_pitch(name: &str) -> Result<Pitch>
A pitch from its name: music21’s convertToPitch, which raises a ValueError rather than a pitch error for a name it cannot read.
convertToPitch
ValueError