zk_html/writing/sonata/index.html

93 lines
4.3 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 performance</li>
<li>Theme B in the dominant: on composition</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&rsquo;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&rsquo;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&hellip;</a> - 973</li>
<li class="done2"> <a href="office-supplies.html">I just love office supplies</a> - 994</li>
<li class="done2"> <a href="why-sax.html">Why am I playing saxophone?</a> - 852</li>
<li class="done2"> <a href="oboes.html">The oboe is a metaphor for taking ownership over one&rsquo;s own life</a> - 804</li>
<li class="done2"> <a href="choir.html">Wow omigosh choir</a> - 1036</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> - 936</li>
</ul>
</li>
<li>Development<ul>
<li class="done0"> <a href="music-ed.html">Music education is a cop-out</a></li>
<li class="done0"> My dad took me to a NIN concert and smoked weed with the kids sitting two rows up from us and left me alone to watch Trent Rezner smash his keyboardist&rsquo;s instrument to the ground on stage. </li>
</ul>
</li>
<li>Recapitulation<ul>
<li class="done2"> <a href="when-we-sang.html">When we sang, they lifted into the air with such grace as would make an albatross envious</a> - 1222</li>
</ul>
</li>
<li>Coda</li>
</ul>
<h3 id="theme-b">Theme B</h3>
<ul>
<li>Introduction<ul>
<li class="done1"> <a href="sibelius.html">And then my dad bought me Sibelius</a></li>
<li class="done0"> <a href="dr-wohl.html">It is a hollow victory to get the chair of a department fired when you only wish to major in their subject</a></li>
<li class="done0"> <a href="improv-vs-composing.html">Jazz improv is the only form of composition people think there is</a></li>
<li class="done0"> <a href="maslanka-interview.html">David Maslanka told me I should give up music</a></li>
<li class="done0"> <a href="higdon-sue.html">Jennifer Higdon threatened to sue the composition students for giving their music out for free</a></li>
</ul>
</li>
<li>Development</li>
<li>Recapitulation</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 2021-09-10</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>