d1
$ note
((scaleP scalePattern
$ off 4 ((+ 2 ).slow 2)
$ off 1 (inversion.slow 2)
$ off 3 (inversion.slow 3)
$ off 1.5 ((+ 2).rev.slow 2)
$ generateMelodicSeed
))#s "[pe-gtr:10,midi]" #gain 1 #orbit 0 #midichan 1
hush
generateMelodicSeed = slow 4
$ linger 0.5
$ repeatCycles 3
-- $ palindrome \n
$ (+ (slow (irand (4)+1) (sometimes (inversion) (run (irand (4)+1)))))
$ slow ((irand 3) + 1)
$ e ("x"<~>(irand 8)) 8
$ "x*16"<~>(irand 5)
d4
-- $ rev \n
$ note
((scaleP scalePattern
-- $ off 4 ((+ 2 ).slow 2) \n
-- $ off 1 (inversion.slow 2) \n
$(rotR 1.5 )
$(+ slow 8 "x" <~> generateMelodicSeed)
-- $ inversion \n
$ generateMelodicSeed
))#s "[pe-gtr:12,midi]" #gain 1.2 #orbit 3 #midichan 4
index > /home/xinniw/Documents/garden/AABA
song form.md
:cc0:
AABA song form
AABA song form was very popular in American pop and jazz music from the first half of the 20th century. It is comprised of an A section, typically 8 bars, followed by a repetition of A, often with different lyrics, followed by a contrasting B section, followed by a repeat of A.
Its typically a song with lyrics, and typically including some repeating strophic phrase that begins all the A sections. This is often the title of the song. (eg. "Somewhere Over The Rainbow", "Blue Skies")
index > /home/xinniw/Documents/garden/AABA
song form.md