Module: HeadMusic

Defined in:
lib/head_music.rb,
lib/head_music/version.rb

Defined Under Namespace

Modules: Content, Named, Rhythm, Style, Utilities Classes: ChromaticInterval, Circle, Clef, Consonance, DiatonicInterval, HarmonicInterval, Instrument, InstrumentFamily, IntervalCycle, KeySignature, LetterName, MelodicInterval, Meter, Motion, MusicalSymbol, Pitch, PitchClass, PitchClassSet, PitchSet, Quality, ReferencePitch, Register, RhythmicUnit, Scale, ScaleDegree, ScaleType, Sign, Solmization, Sonority, Spelling, Staff, Tuning

Constant Summary collapse

GOLDEN_RATIO =
(1 + 5**0.5) / 2.0
GOLDEN_RATIO_INVERSE =
1 / GOLDEN_RATIO
PENALTY_FACTOR =
GOLDEN_RATIO_INVERSE
SMALL_PENALTY_FACTOR =
GOLDEN_RATIO_INVERSE**0.5
VERSION =
"4.0.0"