Sha256: f453f8e73389a8231c5e3f3ed23f733876944260c970bcdb65ea3d0c7dacb437

Contents?: true

Size: 228 Bytes

Versions: 2

Compression:

Stored size: 228 Bytes

Contents

module HeadMusic::Style::Annotations
end

class HeadMusic::Style::Annotations::NoRests < HeadMusic::Style::Annotation
  MESSAGE = "Place a note in each measure."

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
head_music-0.17.0 lib/head_music/style/annotations/no_rests.rb
head_music-0.16.2 lib/head_music/style/annotations/no_rests.rb