Also somewhat relevant though not in Lisp for anyone interested in programming music check out Sonic Pi:
I'm not affiliated with that project, just find it fun. It's in Ruby btw, I'm not a Rubyist but when it comes to Vagrant and Sonic Pi that's the full extent of my Ruby usage.
I’m not sure I would prefer this over a different (probably visual) tool that facilitates, e.g., ensuring that a given set of notes fits into a measure, or checking which notes are played simultaneously. It also frustratingly does not take advantage of any of Clojure’s functional affordances, such as the ability to transform data programmatically, and does introduce global state, harkening back to C’s misplaced notion of “macros”. Not much here seems Clojure-specific other than the sometimes confusing dynamic behavior, such as implicit list interpolation, and JS interop. All that said, I hope this becomes more than just a Lisp-based clone of an existing format with mature tooling: http://lilypond.org/text-input.html
[:piano {:tempo 130}
1/8 :c :c 5/8 :a 1/8 :f :g :f 3/4 :d
1/8 :d :d 5/8 :a# 1/8 :g :a :g 3/4 :e
1/8 :e :e 5/8 :+c 1/8 :a :a# :+c 3/4 :+d
1/8 :f :g 5/8 :a 1/8 :e :f :g 3/4 :f]http://www.computerhistory.org/atchm/algorithmic-music-david...
It's essentially a synthesizer in a REPL + a multitude of other capabilities (sequencing, sampling, MIDI)