Skip to main content

convert_interval

Function convert_interval 

Source
pub fn convert_interval(harte: &str) -> Result<String>
Expand description

The music21 interval a Harte degree stands for: b3 is m3, #11 is A4, bb7 is d7. Compound degrees fold to simple ones, and a double sharp or flat on a perfect degree is read as the neighbouring degree with one accidental fewer, as harte-library reads them.