Sha256: 8bc8aa3c35485492895fcd73e17ab3747dc8dcd07398d40ad1ac7328c377fd28

Contents?: true

Size: 247 Bytes

Versions: 3

Compression:

Stored size: 247 Bytes

Contents

module HeadMusic::Style::Annotations
end

class HeadMusic::Style::Annotations::Diatonic < HeadMusic::Style::Annotation
  MESSAGE = "Use only notes in the key signature."

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
head_music-0.14.2 lib/head_music/style/annotations/diatonic.rb
head_music-0.14.1 lib/head_music/style/annotations/diatonic.rb
head_music-0.13.2 lib/head_music/style/annotations/diatonic.rb