Class: HeadMusic::Style::Guides::ValleyContourMelody

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

Overview

A free diatonic melody with a valley contour (interior nadir).

Constant Summary collapse

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