zk_html/lj-dump/L-441.html

76 lines
3.3 KiB
HTML
Raw Normal View History

2020-04-23 20:50:07 +00:00
<!doctype html>
<html>
<head>
<title>Zk | [no subject]</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 | [no subject]</h1>
</header>
<article class="content">
<p>Six Songs of Fancy and Fortune - Wilfrid Holland jwpepper #1388289</p>
<p>Also, I ordered the following:
Stevens - Go, Lovely Rose
Joio - Jubilant Song
Whitacre - Water Night
Whitacre - Lux Aurumque (SATB and TTBB)
Whitacre - Cloudburst
Whitacre - Leonardo Dreams of his Flying Machine
Whitacre - She Weeps Over Rahoon
Banchieri - Counterpoint of the Animals
Mozart - Requiem for a Dream
Lasso - Chanson on Dessus Le Marche d'Aras
Smith - Blow the Candles Out
Bardos - Tambur
Chilcott - S'vivon
Thiman - Go Lovely Rose
Monteverdi - S'andasse Amor
Lojeski - Amazing Grace (TTBB)</p>
<p>It came to $59.50, and I put $60 in the bank, giving me $62 to play with. However, I was informed that they did not include tax for some reason, so I don't know if I have enough.</p>
<p>Also also, roommate moved in. He's tolerable, I guess. Maybe.</p>
<p>Also also also, I gave Gabe and Kent each a copy of Stanzas (the MIDI of which I'll post soon) to look at and discussed some more about the composers forum idea we had. Apparently, they used to have a guest composer come each year and some famous ones came. There was posited the idea of having a Composers Festival which would feature a famous composer. It would work like this: First night - a choir concert, standard, except featuring a piece done by the feature composer; second night - same thing for band; third night - composers concert, using pieces by the feature composer as well as by the New Composers Forum (or whatever we plan on calling it - I gotta admit, I like the acronym NCF). Anyway, it's an idea. I'm gonna set up my box as a server and put a forum on it to get things rolling for next year when we get the NCF (or whatever) rolling</p>
<span class="control">Expand all</span>
</article>
<footer>
<p>Page generated on 2005-02-23 03:40:30</p>
</footer>
</main>
<script type="text/javascript">
document.querySelectorAll('li').forEach(el => {
if (el.querySelectorAll('li').length !== 0) {
el.classList.add('has-nested', 'closed');
el.innerHTML = `<span class="toggle"></span> ${el.innerHTML}`;
}
});
document.querySelectorAll('.toc .has-nested').forEach(el => {
el.classList.remove('has-nested', 'closed');
});
document.querySelectorAll('li.has-nested').forEach(el => {
el.querySelector('.toggle').addEventListener('click', () => {
el.classList.toggle('closed');
});
});
let expanded = false;
document.querySelector('.control').addEventListener('click', (e) => {
expanded = !expanded;
if (expanded) {
e.target.innerText = 'Collapse all';
} else {
e.target.innerText = 'Expand all';
}
document.querySelectorAll('.has-nested').forEach((el) => {
if (expanded) {
el.classList.remove('closed');
} else {
el.classList.add('closed')
}
});
});
</script>
</body>
</html>