56 lines
2.4 KiB
HTML
56 lines
2.4 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>Zk | WTF!!!11eleventy-won1456</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 | WTF!!!11eleventy-won1456</h1>
|
|
</header>
|
|
<article class="content">
|
|
<p>I did something to a song I'm writing (voice and piano, words: Keats' 'Why did I laugh to-night?'), and it modulated in a way that even I, the composer, didn't expect. I was.. well.. I don't know. I think I was kind of writing in E Phrygian (from E to E using the C major scale), but I was being chromatic about it, and I suddenly ended up in... Eb major? Well, that's okay, it's only a bar long, as a key change, kind of common to do.. but that leads into a bar of A major, which doesn't have an Eb in it, which lead me kind of back into E Phrygian again. Then, because I had a sequence going, I modulated into.. um... Ab minor. Damnit, but it's modal, because I keep needing a G natural. I don't know... why am I even writing music at 2:45 in the morning? ._. I'll post a midi if I finish tonight</p>
|
|
<span class="control">Expand all</span>
|
|
</article>
|
|
<footer>
|
|
<p>Page generated on 2005-02-21 09:49:41</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>
|