Skip to main content

Octave

Type Alias Octave 

Source
pub type Octave = Option<IntegerType>;
Expand description

Optional octave number, matching music21’s absent-octave representation.

Aliased Type§

pub enum Octave {
    None,
    Some(i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(i32)

Some value of type T.