2020-04-25 06:35:06 +00:00
<!doctype html>
< html >
< head >
< title > Zk | Before I forget...< / 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 | Before I forget...< / h1 >
< / header >
< article class = "content" >
< p > < span class = "tag" > diary< / span > < span class = "tag" > livejournal< / span > < span class = "tag" > fossils< / span > < / p >
< p > A business idea:< / p >
2020-06-24 07:10:07 +00:00
< p > First, reserve $1,200 plus seek applicable grants(*)… < / p >
< p > < strong > “ Celebrating composers and their art through < em > One Year of Music< / em > “ < / strong >
2020-04-25 06:35:06 +00:00
Twelve $100 + publishing contract prizes for composers - one per applicant; applications may apply towards more than one category, but only one category will be chosen if selected; all applications will be considered for publishing; no submissions will be considered applications unless stated as such.
< lj-raw >
< ol >
< li > GLBT Composer (opt. name withheld)< em > < / li >
2020-06-24 07:10:07 +00:00
< li > “ Out of left field” non-major/non-professional composer< / li >
2020-04-25 06:35:06 +00:00
< li > Young composer - 21 or younger< / em > ?< / li >
< li > Public school teacher composer< em > ?< / li >
< li > Non-caucasian composer< / em > < / li >
< li > Female composer*< / li >
2020-06-24 07:10:07 +00:00
< li > “ Not just for girls” - men’ s choir piece< / li >
2020-04-25 06:35:06 +00:00
< li > Unique ensemble/unique use of exisiting ensemble< / li >
< li > Unique use of instrument - must be recognizably separate from ensemble (i.e. some extended solo passage in sprechstimme or something)< / li >
< li > Fusion - bluegrass/bebop, classical/rock, etc.< / li >
2020-06-24 07:10:07 +00:00
< li > “ Beyond the west” - non-‘ western’ piece< / li >
2020-04-25 06:35:06 +00:00
< li > Creative use of performance space or audience< / li >
< / ol > < /lj-raw< / p >
< / article >
< footer >
< p > Page generated on 2008-04-04 05:43:15< / 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:35:06 +00:00
< / body >
< / html >