Class: HeadMusic::Style::Guidelines::NoRests

Inherits:
Annotation
  • Object
show all
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

#marksObject



8
9
10
# File 'lib/head_music/style/guidelines/no_rests.rb', line 8

def marks
  HeadMusic::Style::Mark.for_each(rests)
end