Skip to main content

Module key

Module key 

Source
Expand description

Public key and key-signature helpers.

Re-exports§

pub use keysignature::KeySignature;
pub use keysignature::mode_sharps_alter;
pub use keysignature::pitch_name_to_sharps;
pub use keysignature::pitch_to_sharps;
pub use keysignature::sharps_to_pitch;

Modules§

keysignature
Key-signature conversion and spelling helpers.

Structs§

Key
A tonal key with a tonic pitch and mode.

Functions§

convert_key_string_to_music21_key_string
music21’s convertKeyStringToMusic21KeyString: a key written with b for flat, as in Bb or eb, rewritten with music21’s -, so Bb is B- and bb is b-. A lone b is B, and anything without a trailing b is returned as it is.