Music Composition Worksheet

Goals

The purpose of this worksheet is to practice creating music using Haskeore. We will focus on transcribing small pieces of music from a written score (sheet music) into a Haskore program.

What to do

Your code will start something like:


module RowYourBoat where
import Haskore
import Ratio((%))


row:: Music
row = undefined

main = undefined


?