Type Definition music_theory::theory::interval::Intervals

source ·
pub type Intervals = Vec<Interval>;
Expand description

Type defined for convenience.

Trait Implementations§

source§

impl AsIonianRelativeStringTry for Intervals

source§

fn as_ionian_relative_string_try(&self, nonnat: bool) -> Option<String>

Borrow self and try to return a Ionian relative string. nonnat determines if natural intervals have the natural ‘♮’ accidental prefixed.