Class: HeadMusic::Style::Guidelines::AvoidOverlappingVoices
- Inherits:
-
Annotation
- Object
- Annotation
- HeadMusic::Style::Guidelines::AvoidOverlappingVoices
- Defined in:
- lib/head_music/style/guidelines/avoid_overlapping_voices.rb
Overview
A counterpoint guideline
Constant Summary collapse
- MESSAGE =
"Avoid overlapping voices. Maintain the high-low relationship between voices even for adjacent notes."
Instance Attribute Summary
Attributes inherited from Annotation
Instance Method Summary collapse
Methods inherited from Annotation
#adherent?, #end_position, #fitness, #initialize, #message, #notes?, #start_position
Constructor Details
This class inherits a constructor from HeadMusic::Style::Annotation
Instance Method Details
#marks ⇒ Object
8 9 10 |
# File 'lib/head_music/style/guidelines/avoid_overlapping_voices.rb', line 8 def marks overlappings end |