Sha256: 90d57de483526f2b2d4f6f38e3aedf8777e59c09625fd04f3c2cc9a9fac4a9ba
Contents?: true
Size: 359 Bytes
Versions: 9
Compression:
Stored size: 359 Bytes
Contents
# frozen_string_literal: true # Module for style guidelines. module HeadMusic::Style::Guidelines; end # A counterpoint guideline class HeadMusic::Style::Guidelines::StartOnTonic < HeadMusic::Style::Annotation MESSAGE = "Start on the first scale degree." def marks HeadMusic::Style::Mark.for(first_note) if first_note && !starts_on_tonic? end end
Version data entries
9 entries across 9 versions & 1 rubygems