77 lines
2.6 KiB
HTML
77 lines
2.6 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: changing one’s life: deciding to switch to music vs deciding to leave bconnected</li>
|
||
|
<li>Theme A vs theme B building tension and modulating - add in magical realism bit by bit</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</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>
|
||
|
<ul>
|
||
|
<li>Theme A<ul>
|
||
|
<li>Introduction<ul>
|
||
|
<li><a href="i-would-love-to-tell-you.html">I would love to tell you…</a></li>
|
||
|
<li><a href="i-just-love-office-supplies.html">I just love office supplies</a></li>
|
||
|
</ul>
|
||
|
</li>
|
||
|
<li>Development</li>
|
||
|
<li>Recapitulation</li>
|
||
|
<li>Coda</li>
|
||
|
</ul>
|
||
|
</li>
|
||
|
<li>Theme B<ul>
|
||
|
<li>Introduction<ul>
|
||
|
<li><a href="important-research.html">The importance of doing your own damn research</a></li>
|
||
|
<li><a href="folly-research.html">The folly of doing your own damn research</a></li>
|
||
|
</ul>
|
||
|
</li>
|
||
|
<li>Development</li>
|
||
|
<li>Recapitulation</li>
|
||
|
<li>Coda</li>
|
||
|
</ul>
|
||
|
</li>
|
||
|
</ul>
|
||
|
</article>
|
||
|
<footer>
|
||
|
<p>Page generated on 2020-10-09</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>
|