1
2
3
4
//! The difference from the normal value of the step in the key, in semitones

/// The difference from the normal value of the step in the key, in semitones
pub type Alteration = i8;