2020-04-25 06:10:06 +00:00
|
|
|
<!doctype html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>Zk | Riddle me this, Batman!</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 | Riddle me this, Batman!</h1>
|
|
|
|
</header>
|
|
|
|
<article class="content">
|
2020-04-25 06:30:08 +00:00
|
|
|
<p><span class="tag">diary</span> <span class="tag">livejournal</span> <span class="tag">fossils</span></p>
|
2020-06-24 07:10:07 +00:00
|
|
|
<p>Though you’d kinda have to be a freakin’ huge music geek to get it. Bonus points if you do, though.</p>
|
2020-04-25 06:10:06 +00:00
|
|
|
<p><lj-raw><pre>
|
2020-06-24 07:10:07 +00:00
|
|
|
S: d m s l ls f s d d t l mml ssf r ‘ d m s l ls f s d ‘
|
|
|
|
A: d m s l ls f s d ‘ f m r llr ddt s ‘ d d m f fm r m d ‘
|
|
|
|
T: m s d d fs l s m ‘
|
|
|
|
B: s t r f f m r m d d d f d ‘</p>
|
|
|
|
<p>‘ = cutoff, otherwise all notes are held.
|
2020-04-25 06:10:06 +00:00
|
|
|
</pre></lj-raw></p>
|
|
|
|
<p>EDIT: so the point is to guess the song only from the solfej. </p>
|
2020-06-24 07:10:07 +00:00
|
|
|
<p>The answer is…
|
|
|
|
<details text="...behind this here cut!"><summary>…behind this here cut!</summary>
|
|
|
|
…Behold a Star from Jacob Rising from <em>Christus</em> by Mendelssohn.</p>
|
|
|
|
<p>Yeah, sorry ‘bout that.</p>
|
2020-04-25 06:10:06 +00:00
|
|
|
<p></details</p>
|
|
|
|
</article>
|
|
|
|
<footer>
|
|
|
|
<p>Page generated on 2005-09-15 16:29:04</p>
|
|
|
|
</footer>
|
|
|
|
</main>
|
2020-06-24 07:10: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-25 06:10:06 +00:00
|
|
|
</body>
|
|
|
|
</html>
|