Sha256: acf4713602d7e4336dac1b4757aaf0ffad6170c4b67a86c6161fd93f69343139
Contents?: true
Size: 373 Bytes
Versions: 10
Compression:
Stored size: 373 Bytes
Contents
class HeadMusic::Bar attr_reader :composition delegate :key_signature, :meter, to: :composition def initialize(composition) @composition = composition end # TODO: encapsulate key changes and meter changes # Assume the key and meter of the previous bar # all the way back to the first bar, # which defaults to the key and meter of the composition end
Version data entries
10 entries across 10 versions & 1 rubygems