Class: HeadMusic::Style::Guides::StaticContourMelody

Inherits:
DiatonicMelody show all
Defined in:
lib/head_music/style/guides/static_contour_melody.rb

Overview

A free diatonic melody with a static contour (narrow range, non-directional endpoints).

Constant Summary collapse

RULESET =
[
  *HeadMusic::Style::Guides::DiatonicMelody::RULESET,
  HeadMusic::Style::Guidelines::Contoured.with(:static)
].freeze