Class: HeadMusic::Style::Guidelines::NoRests
- Inherits:
-
Annotation
- Object
- Annotation
- HeadMusic::Style::Guidelines::NoRests
- Defined in:
- lib/head_music/style/guidelines/no_rests.rb
Overview
A counterpoint guideline
Constant Summary collapse
- MESSAGE =
"Place a note in each measure."
Instance Method Summary collapse
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/no_rests.rb', line 8 def marks HeadMusic::Style::Mark.for_each(rests) end |