zk_html/writing/poetry/missives.html

117 lines
3.9 KiB
HTML
Raw Normal View History

2020-04-24 07:35:07 +00:00
<!doctype html>
<html>
<head>
<title>Zk | Poems from Missives</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 | Poems from Missives</h1>
</header>
<article class="content">
2020-04-24 08:30:08 +00:00
<p><span class="tag">writing</span> <span class="tag">poetry</span></p>
<p><q class="comment">In <em>Eigengrau</em></q></p>
2020-06-24 07:15:07 +00:00
<div class="verse">Though the flow&rsquo;r may bloom ere long
2020-04-24 07:35:07 +00:00
and night recede unto the dawn,
2020-06-24 07:15:07 +00:00
so yet may love&rsquo;s embrace grow fond
2020-04-24 07:35:07 +00:00
and still be spoilt upon the wan.
Brave are you and wield your smile:
A cudgel, tool, a keen-edged blade.
You are not wan, love is not spoilt;
thus I be slain and love not fade.
2020-06-24 07:15:07 +00:00
Have I any need for flow&rsquo;rs?
2020-04-24 07:35:07 +00:00
For nights, for dawns, for words or breath?
With so keen and fond a blade,
2020-06-24 07:15:07 +00:00
There&rsquo;s naught to fear in life or death.
2020-04-24 07:35:07 +00:00
So slay, then slay! For now, I care not how,
I need for naught but that which love allow.</div>
<hr />
<p><q class="comment">In <em>Eigengrau</em></q></p>
<div class="verse">Though every climax approach a denouement
And every dawn a night,
Every moment worth sharing
May be worth stealing.
Were it with you,
Delay, then, the morn.
When every touch lingers as if forever
And yet seems to pass too soon,
Hearts reach out to hearts,
To seek, to aim, to keep.
Were it with you,
Delay, then, the morn.
2020-06-24 07:15:07 +00:00
Surely it&rsquo;s cruelty that need begets need begets need,
2020-04-24 07:35:07 +00:00
And yet need may bring pleasure.
Pleasure may hurt, ache, burn,
May steal hours of night.
Were it with you,
Delay, then, the morn.</div>
<hr />
<p><q class="comment">In <em>Eigengrau</em></q></p>
<div class="verse">I reach for the ewer of water,
I hope to quench the heat.
I beg for yet another serving,
I hope to fill my need.
2020-06-24 07:15:07 +00:00
The water &ndash; cool &ndash; cools not
2020-04-24 07:35:07 +00:00
Without thy merry presence.
2020-06-24 07:15:07 +00:00
The food fills, passes, is gone &ndash;
2020-04-24 07:35:07 +00:00
Yet leaves me empty, yearning.
2020-06-24 07:15:07 +00:00
Though the heart may quicken &ndash;
Though the tongue may lap &ndash;
2020-04-24 07:35:07 +00:00
I shall sup no greater meal
Than thy gift entrancing.</div>
<hr />
<p><q class="comment">In <em>Eigengrau</em></q></p>
<div class="verse">On reading letters late received,
2020-06-24 07:15:07 +00:00
I felt within: the fox &ndash;
Yelping, yowling now, crying needfully &ndash;
2020-04-24 07:35:07 +00:00
Myself, a craving beast.
2020-06-24 07:15:07 +00:00
You find me at a disadvantage &ndash;
Panting and aswish &ndash;
2020-04-24 07:35:07 +00:00
Would that distance be traversed as easily
2020-06-24 07:15:07 +00:00
As hearts t&rsquo;wards yearning hearts!</div>
2020-04-24 07:35:07 +00:00
<hr />
<p><q class="comment">In <em>Eigengrau</em></q></p>
<div class="verse">A rose, single, now blooming
may indeed bless the stem,
2020-06-24 07:15:07 +00:00
yet are not roses clipp&rsquo;d and shown?
Undoubted &lsquo;tis a blessing to them
2020-04-24 07:35:07 +00:00
who receive such a gift!
2020-06-24 07:15:07 +00:00
Yet now unmade is the flow&rsquo;r
2020-04-24 07:35:07 +00:00
which adorns thy mantle with its grace
and withers, however slowly, by the hour,
2020-06-24 07:15:07 +00:00
until &lsquo;tis faded to nothing and dust,
2020-04-24 07:35:07 +00:00
though some scent remain forever amidst the must.
A rose, single, now blooming
is perhaps best left on the stem,
its beauty to be admired amidst the growth.
2020-06-24 07:15:07 +00:00
Surely &lsquo;tis better to long for that gem,
2020-04-24 07:35:07 +00:00
than witness beauty wilt and dry!
Yet now one must long indeed, must burn,
Must yearn forever for that grace.
2020-06-24 07:15:07 +00:00
To watch that growth, to explore stem&rsquo;s turn,
2020-04-24 07:35:07 +00:00
day by day would destroy, weakening one by the hour,
2020-06-24 07:15:07 +00:00
A rose, single, now blooming, forever holds all pow&rsquo;r.</div>
2020-04-24 07:35:07 +00:00
</article>
<footer>
2020-06-24 07:15:07 +00:00
<p>Page generated on 2020-06-24</p>
2020-04-24 07:35:07 +00:00
</footer>
</main>
2020-06-24 07:15:07 +00:00
<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>
2020-04-24 07:35:07 +00:00
</body>
</html>