Parameters:
Returns:
9 10 11 12 13
# File 'lib/clef/ir/music_tree.rb', line 9 def build(score) timeline = Timeline.new score.staves.each { |staff| append_staff_events(timeline, staff) } timeline end