James Curnow

James Curnow is a composer of music for concert bands, brass bands, vocal and instrumental solos and ensembles. Curnow has also written arrangements of music pieces such as Trumpet Voluntary. He has taught at both public schools and on college and university levels.

Early life and career

James Curnow was born in Port Huron, Michigan and raised in Royal Oak, Michigan, where he received his initial musical training in the public schools and The Salvation Army Instrumental Programs in these cities. He currently lives in Nicholasville, Kentucky where he is president, composer, and educational consultant for Curnow Music Press, Inc. of He also serves as Composer-in-residence (emeritus) on the faculty of Asbury University in Wilmore, Kentucky. He is editor of all music publications for The Salvation Army in Atlanta, Georgia.

Selected compositions

  • 1977, Symphonic Triptych
  • 1979, Collage for Band
  • 1980, Mutanza
  • 1983, American Triptych
  • 1984, Symphonic Variants for Euphonium and Symphonic Band
  • 1985, Australian Variants Suite
  • 1986, Legend and Sundance
  • 1986, Appalachian Mountain Folk Song Suite
  • 1987, Rejouissance Fantasia on Eine feste Burg ist unser Gott av Martin Luther
  • 1988, Welsh Variants
  • 1992, Silver Celebration
  • 1994, Lochinvar
  • The Mortal World
  • The Undersea World
  • Fanfare and Flourishes
  • Fanfare and Jubiloso
  • Fanfare for Spartacus
  • Fanfare Prelude "O God, Our Help in Ages Past"
  • Four Colonial Country Dances
  • Introduction and the Humor of Boston
  • Lord Mayor's Delight
  • Colonial Jig
  • Devil's Dream
  • Freedom Road
  • Infinity
  • Introduction and Capriccio (for Clarinet and Band)
  • Ode and Epinicion
  • Odyssey
  • Of Courage and Patriotism
  • Olympic Fanfare and Theme
  • Pershing's Own
  • "Prelude on a Hymn of Praise"
  • Symphonic Poem for Winds and Percussion
  • The Eagle's Flight
  • The Music - Makers
  • The Old Man of the Mountain
  • The Shepherd's Farewell
  • The Sky World
  • Canterbury Tales
  • The Spirit Soars
  • To Bind the Nations Wounds
  • Where Never Lark or Eagle Flew
  • Nathan Hale Trilogy
gollark: ```javascriptexport const enqueueCrawl = async (crawlURL, tier) => { // robotsPolicy will be filled in on first actual crawl for the domain // this has to be done as a fairly complex DB-side query to prevent race conditions console.log("running insert for", crawlURL.toString()) const [domain] = await DB`INSERT INTO domains (domain, enabled, robotsPolicy, tier) SELECT ${crawlURL.hostname}, FALSE, NULL, ${tier} WHERE NOT EXISTS (SELECT id, domain, enabled, robotsPolicy, tier FROM domains WHERE domain = ${crawlURL.hostname}) RETURNING id` console.log(crawlURL.toString(), domain) // Add entry to crawl queue await DB`INSERT INTO crawl_targets (url, domain) VALUES (${crawlURL.toString()}, ${domain.id}) ON CONFLICT (url) DO UPDATE SET added = NOW()`}```This should NOT be quite so bee.
gollark: I'm busy trying to work out exactly how horrible a PostgreSQL query I need to do this stupid thing under concurrent write load.
gollark: So surely YOU can do it, if ""deforming things"""" is so easy.
gollark: I can't really do art, in general.
gollark: I appear to be encountering a race condition in my code. This is very troubling.

References

    This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.