class HeadMusic::Style::Guides::FuxCantusFirmus

Rules for the cantus firmus according to Fux.

Constants

RULESET

Public Class Methods

analyze(voice) click to toggle source
# File lib/head_music/style/guides/fux_cantus_firmus.rb, line 27
def self.analyze(voice)
  RULESET.map { |rule| rule.new(voice) }
end