Myron Fink

Myron Fink (born April 19, 1932) is a Chicago-born composer of opera and other pieces for voice, piano, and chamber ensemble.[1][2] His compositions have been performed around the world. The Sousa Archives and Center for American Music holds the Myron Fink Music Collection, 19612008.[1]

Operas

  • 1954 The Boor
  • 1956 Susanna and the Elders
  • 1961 Jeremiah
  • 1969 Judith and Holofernes
  • 1981 Chinchilla
  • 1985 The Island of Tomorrow
  • 1997 The Conquistador
  • 2000 Animalopera
  • 2003 Edit Wharton: A self portrait
gollark: Honestly, the code is kind of a mess right now.
gollark: ... how?
gollark: ```rust// Evaluate an arithmetic expressioncommand!(eval(_context, message, args) { let expr = args.multiple::<String>()?.join(" "); // yes, this is kind of undoing the work the command parser does... send_result(message, &calc::eval(&expr))?;});// Evaluate an arithmetic expression in polish notationcommand!(eval_polish(_context, message, args) { let expr = args.multiple::<String>()?.join(" "); send_result(message, &calc::eval_polish(&expr))?;});```ALL THE CODE for this feature.
gollark: No, since I was too lazy to do anything other than plug in an existing rust library.
gollark: ++exec```testtest2```

References


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