33 lines
1.8 KiB
HTML
33 lines
1.8 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>Zk | Business.</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 | Business.</h1>
|
|
</header>
|
|
<article class="content">
|
|
<p><span class="tag">diary</span> <span class="tag">livejournal</span> <span class="tag">fossils</span></p>
|
|
<p>So I’ve got myself four composers so far, plus myself, for an opening catalog of five composers with about 10-15 pieces among them. This is almost more than I hoped for, considering I advertised with a single-page website, and that’s it! The problem I’m having, though, is that I’m getting a lot of very modern music (of the composers, two are college students, two are college professors, and one is a church organist), all of which is pretty difficult, with only two pieces at the level 3 of 5 difficulty, and the rest up at 4 and 5.</p>
|
|
<p>Should I start actively soliciting composers to publish for me? Particularly, composers who I know can write some easier to perform music? Part of me feels pretty awful soliciting anything, but the other part knows I should get over that if I want to be successful.</p>
|
|
<p>Is this the right time to start that</p>
|
|
</article>
|
|
<footer>
|
|
<p>Page generated on 2008-08-08 18:28:33</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>
|