pub type Octave = Option<IntegerType>;
Optional octave number, matching music21’s absent-octave representation.
pub enum Octave { None, Some(i32), }
No value.
Some value of type T.
T