Sha256: a9211f6a5364cb49de8b056da714a7a137c812b5ccc81cfcb1c10c7c13766e5a
Contents?: true
Size: 263 Bytes
Versions: 3
Compression:
Stored size: 263 Bytes
Contents
module HeadMusic::Style::Annotations end class HeadMusic::Style::Annotations::ModerateDirectionChanges < HeadMusic::Style::Annotations::DirectionChanges MESSAGE = "Change melodic direction occasionally." def self.maximum_notes_per_direction 5 end end
Version data entries
3 entries across 3 versions & 1 rubygems