pub fn degree_sort_key(degree: &str) -> FloatType
Where a degree sorts among the others: by its number, a flat just below it and a sharp just above, so b3 comes after 2 and before 3.
b3
2
3