Sha256: d80cfcfaeaaddb430fc12df01248c86a30a140fc46a0cfa1853fd45dc6a494ce
Contents?: true
Size: 272 Bytes
Versions: 8
Compression:
Stored size: 272 Bytes
Contents
module HeadMusic::Style::Annotations end class HeadMusic::Style::Annotations::StartOnTonic < HeadMusic::Style::Annotation MESSAGE = 'Start on the tonic.' def marks if first_note && !starts_on_tonic? HeadMusic::Style::Mark.for(first_note) end end end
Version data entries
8 entries across 8 versions & 1 rubygems