pub fn historical_row_by_name(name: &str) -> Result<&'static HistoricalRow>Expand description
Looks a historical row up by music21’s name for it. The pre-v6 names with a
Row prefix are accepted too.
pub fn historical_row_by_name(name: &str) -> Result<&'static HistoricalRow>Looks a historical row up by music21’s name for it. The pre-v6 names with a
Row prefix are accepted too.