32 lines
1.5 KiB
HTML
32 lines
1.5 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>Zk | [no subject]</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 | [no subject]</h1>
|
|
</header>
|
|
<article class="content">
|
|
<p><span class="tag">diary</span> <span class="tag">livejournal</span> <span class="tag">fossils</span></p>
|
|
<p>Compare and give me your opinion: http://makyo.drab-makyo.com/sib-ly_compare.html</p>
|
|
<p>I’m trying to decide whether or not I want to go through the trouble of using lilypond to publish all of my scores. It would be a little harder on me, but the result seems to be easier to read with a few caveats (the cross-bar tie between measures five and six, the dot collision in measure six, both in the right hand piano part). I spent the day learning the <a href="http://makyo.drab-makyo.com/I_Live_My_Life.ly">lilypond syntax</a>, and I can do much more with it than with Sibelius</p>
|
|
</article>
|
|
<footer>
|
|
<p>Page generated on 2008-08-21 01:42:48</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>
|