Sha256: 75b3111eca89b5f6719a2377e9052efec0c816148084f23547e91c0a9830afb9

Contents?: true

Size: 213 Bytes

Versions: 2

Compression:

Stored size: 213 Bytes

Contents

# frozen_string_literal: true

require 'alda-rb'

Alda::Score.new do
	piano_; set_duration 4
	harp_;  set_duration 2; octave 3
	
	piano_/harp_
	t{ e f g }; t{ a b o! c }
	
	harp_
	t{ d e f }; t { g a b }
end.play

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
alda-rb-0.3.1 examples/multi_poly.rb
alda-rb-0.3.0 examples/multi_poly.rb