class HeadMusic::Style::Guides::ModernCantusFirmus
Modern rules for the cantus firmus
Constants
- RULESET
Public Class Methods
analyze(voice)
click to toggle source
# File lib/head_music/style/guides/modern_cantus_firmus.rb, line 28 def self.analyze(voice) RULESET.map { |rule| rule.new(voice) } end