pub use Interval;
pub use Note;
pub use PitchClass;
pub use StaffPosition;
/// The number of semitones (corresponds to the number of frets)
/// to move from one note or pitch class to another.
pub type Semitones = u8;
/// The number of steps in a staff to move from one staff position
/// to another.
type StaffSteps = u8;