64 lines
2.3 KiB
HTML
64 lines
2.3 KiB
HTML
<!doctype html>
|
||
<html>
|
||
<head>
|
||
<title>Zk | Some lyrics</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 | Some lyrics</h1>
|
||
</header>
|
||
<article class="content">
|
||
<p><span class="tag">diary</span> <span class="tag">livejournal</span> <span class="tag">fossils</span></p>
|
||
<p>Taking snippets of the bible (other books, maybe, if I can get my hands on them) and rephrasing them for lyrics.</p>
|
||
<p>Psalm 141:3-5 -
|
||
<sup>3</sup>Set a guard, O Lord, over my mouth; keep watch over the door of my lips.
|
||
<sup>4</sup>Do not incline my heart to any evil thing, to practice wicked works with men who work iniquity; and do not let me eat of their delicacies.
|
||
<sup>5</sup>Let the righteous strike me; <em>it shall</em>be a kindness. And let him rebuke me, <em>it shall</em> be as excellent oil; let my head not refuse it. For still my prayer <em>is</em> against the deeds of the wicked.</p>
|
||
<p>Paraphrased -
|
||
Stand guard over my mouth
|
||
Stand watch over the door of my lips
|
||
Keep my heart from evil
|
||
Keep me from wicked men and their wrongs.
|
||
Hold not back the blow of the righteous,
|
||
‘Tis kindness;
|
||
Hold not back their rebukes,
|
||
‘Tis justice;
|
||
Let it fall upon me
|
||
For still my mind is set
|
||
against the wrath of man</p>
|
||
<p>I Corinth. 13 in Nanon -
|
||
Loråtla fetah.
|
||
Anåt fetah.
|
||
Nu kufemotla fetah.
|
||
Nu haleputatla fetah.
|
||
Nu haledatåtla fetah.
|
||
Nu halesupotla fetah.
|
||
Nu tuvårier fetah lubåtam t’ner.
|
||
Nu kufori set fetah.
|
||
Nu mununier fetah esunotalam.
|
||
Nu jaruvåtier fetah unotalam -
|
||
Ato harahier t’n houka anåtalam.
|
||
Mununier fetah houkalam,
|
||
Konemier t’n houkalam,
|
||
Horanemier t’n houkalam,
|
||
Hatarier t’n houkalam.
|
||
Nuka jodoti fetah</p>
|
||
</article>
|
||
<footer>
|
||
<p>Page generated on 2004-09-19 19:55:43</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>
|