2020-04-25 06:35:06 +00:00
<!doctype html>
< html >
< head >
< title > Zk | Arrangements< / title >
< link rel = "stylesheet" type = "text/css" href = "/style.css" / >
< meta name = "viewport" content = "width=device-width" / >
< meta charset = "utf-8" / >
< / head >
< body >
< main >
< header >
< h1 > Zk | Arrangements< / h1 >
< / header >
< article class = "content" >
< p > < span class = "tag" > diary< / span > < span class = "tag" > livejournal< / span > < span class = "tag" > fossils< / span > < / p >
2020-06-24 07:10:07 +00:00
< p > Put together a list of songs that I wouldn’ t mind doing as vocal or choral arrangements. I wonder how hard it is to get permission to arrange a song :oP< / p >
2020-04-25 06:35:06 +00:00
< ul >
< li > Noah Hall - Love and a gun < / li >
< li > Mama Cass - Dream a little dream of me < / li >
< li > Frank Sinatra - Wave < / li >
< li > Doris Day - Perhaps, perhaps, perhaps < / li >
< li > Fiona Apple - Extraordinary machine < / li >
< li > Fiona Apple - Paper bag < / li >
< li > Jefferson Airplane - White rabbit < / li >
< li > The Zombies - She's not there < / li >
< li > Marcy Playground - Cloak of Elven kind < / li >
< li > The Cure - Close to me < / li >
< li > Donnie Darko soundtrack - Mad world < / li >
< li > Jeff Buckley - Halleluiah < / li >
< li > Paul Simon - Diamonds on the soles of her shoes < / li >
< /ul
< / article >
< footer >
< p > Page generated on 2008-01-14 00:58:37< / p >
< / footer >
< / main >
2020-06-24 07:10:07 +00:00
< script type = "text/javascript" >
document.querySelectorAll('.tag').forEach(tag => {
let text = tag.innerText;
tag.innerText = '';
tag.innerHTML = `< a href = "/tags.html#${text}" > ${text}< / a > `;
});
< / script >
2020-04-25 06:35:06 +00:00
< / body >
< / html >