Class: HeadMusic::Style::Guidelines::PrepareOctaveLeaps
- Inherits:
-
Annotation
- Object
- Annotation
- HeadMusic::Style::Guidelines::PrepareOctaveLeaps
- Defined in:
- lib/head_music/style/guidelines/prepare_octave_leaps.rb
Overview
A counterpoint guideline
Constant Summary collapse
- MESSAGE =
"Enter and exit an octave leap from within."
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/prepare_octave_leaps.rb', line 8 def marks external_entries_marks + external_exits_marks + octave_ending_marks end |