Skip to main content

abbreviations_for_kind

Function abbreviations_for_kind 

Source
pub fn abbreviations_for_kind(kind: &str) -> Option<&'static [&'static str]>
Expand description

Every abbreviation music21 accepts for a chord kind: music21’s getAbbreviationListGivenChordType, so dominant-seventh gives 7 and dom7. None for an unknown kind.