97 lines
4.4 KiB
HTML
97 lines
4.4 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>Zk | Sonata (working title)</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 | Sonata (working title)</h1>
|
|
</header>
|
|
<article class="content">
|
|
<p><span class="tag">writing</span> <span class="tag">novel</span> <span class="tag">memoir</span> <span class="tag">fiction</span></p>
|
|
<p>Another stab at writing a novel in sonata form.</p>
|
|
<ul>
|
|
<li>Introduction<ul>
|
|
<li>Theme A in the tonic: on music</li>
|
|
<li>Theme B in the dominant: on movement</li>
|
|
</ul>
|
|
</li>
|
|
<li>Development<ul>
|
|
<li>Transition to development: the moment they started coinciding was when I started walking when composing/composing when walking</li>
|
|
<li>Theme A vs theme B building tension and modulating - add in magical realism bit by bit and it turns out the magical realism is just escaping depression</li>
|
|
</ul>
|
|
</li>
|
|
<li>Recapitulation<ul>
|
|
<li>Theme A in the tonic: music dissolving into chaos with senior recital</li>
|
|
<li>Theme B in the tonic: movement dissolving into chaos only literally this time</li>
|
|
</ul>
|
|
</li>
|
|
<li>Coda<ul>
|
|
<li>Remembering the faintness of heart that went with the decision not to walk and how similar that was with accepting losing one’s body and maybe I do hear music in the everyday and getting away from it is as hopeless as getting away from movement.</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
<p>I think the thing that helped me get through Qoheleth alright was starting to write (or at least outline) the two separately, and then work on interleaving them about oh I dunno maybe halfway through, so.</p>
|
|
<p>Also vi doesn’t like working with me at list depths greater than three, so.</p>
|
|
<h3 id="theme-a">Theme A</h3>
|
|
<ul>
|
|
<li>Introduction<ul>
|
|
<li class="done2"> <a href="love-to-tell-you.html">I would love to tell you…</a></li>
|
|
<li class="done2"> <a href="office-supplies.html">I just love office supplies</a></li>
|
|
<li class="done2"> <a href="why-sax.html">Why am I playing saxophone?</a></li>
|
|
<li class="done2"> <a href="oboes.html">Oboes and ownership over one’s own life</a></li>
|
|
<li class="done2"> <a href="choir.html">Wow omigosh choir</a></li>
|
|
<li class="done0"> <a href="sibelius.html">And then my dad bought me Sibelius</a></li>
|
|
<li class="done0"> <a href="music-ed.html">Music education is a cop-out</a></li>
|
|
</ul>
|
|
</li>
|
|
<li>Development<ul>
|
|
<li class="done0"> <a href="walking-while-composing.html">At some point I started walking while composing</a></li>
|
|
<li class="done2"> <a href="magic-in-music.html">It was at that point that I started to recognize the power of music</a></li>
|
|
</ul>
|
|
</li>
|
|
<li>Recapitulation</li>
|
|
<li>Coda</li>
|
|
</ul>
|
|
<h3 id="theme-b">Theme B</h3>
|
|
<ul>
|
|
<li>Introduction<ul>
|
|
<li class="done0"> <a href="folly-research.html">The folly of doing your own damn research</a></li>
|
|
<li class="done0"> <a href="important-research.html">The importance of doing your own damn research</a></li>
|
|
<li class="done0"> <a href="rocking.html">Rocking out vs just rocking</a> (thinking “gosh, at least I don’t have that” as I saw the guy in the car behind me rocking out thinking about TD)</li>
|
|
<li class="done0"> <a href="hands-vs-head.html">Are my hands moving? Is my head moving?</a> (at bconnected)</li>
|
|
<li class="done0"> <a href="saying-no.html">Saying no on an ongoing basis</a> (tic at bconnected getting frustrating)</li>
|
|
<li class="done0"> <a href="leaving.html">Going where no one knows your name</a> (leaving bconnected for canonical) </li>
|
|
</ul>
|
|
</li>
|
|
<li>Development<ul>
|
|
<li>(some other stuff here)</li>
|
|
<li class="done0"> <a href="composing-while-walking.html">At some point I started composing while walking</a> (introducing akathisia)</li>
|
|
</ul>
|
|
</li>
|
|
<li>Recapitulation</li>
|
|
<li>Coda</li>
|
|
</ul>
|
|
<h3 id="notes">Notes</h3>
|
|
<ul>
|
|
<li>Gender should never play a role, if at all possible.</li>
|
|
</ul>
|
|
</article>
|
|
<footer>
|
|
<p>Page generated on 2020-10-21</p>
|
|
</footer>
|
|
</main>
|
|
<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>
|
|
</body>
|
|
</html>
|