Louis Gaulard Dumesny

Dumesnil (also known as Louis Gaulard Dumesny) (fl. 16771700, died 1702) was a French operatic tenor.[1] His surname is sometimes found spelt Duménil, Dumény, du Mény, or Du Mesny.

Little is known about Dumesnil's early life, legend has it that he was working as a cook when Jean-Baptiste Lully heard him singing and was impressed by his natural and well focused voice, his vocal range was then known as haute-contre.

He made his stage debut in 1677,[2] singing a small part in Isis, and then went on creating all roles within his range in a series of operas by Lully. After Lully's death he created several other roles in operas by different composers, notably Pascal Collasse, Marc-Antoine Charpentier, André Campra, and André Cardinal Destouches.

An excellent actor with a powerful voice, he seemed to have learned all his roles by memory as he did not know how to read music. Reputed as a libertine, and for his dispute with La Maupin.

Roles created

gollark: ```javascriptimport { app } from "hyperapp"import { h } from 'ijk'interface Thing { name: String, children: () => Array<Thing> | Array<Thing>}const state = { count: 0} const actions = { down: value => state => ({ count: state.count - value }), up: value => state => ({ count: state.count + value })} const viewThing = ["div", ]const view = (state, actions) => h("nodeName", "attributes", "children")(["main", [ ["button", { onclick: () => actions.up(1) }, "Increase"], ["button", { onclick: () => actions.down(1) }, "Decrease"], state.count.toString(16)]]) app(state, actions, view, document.body)```Not related but hey it's <#348702212110680064>.
gollark: Ruby.
gollark: ```rubyputs "Hello, WOrld"```
gollark: RPNCalc 3:```rpncalcthis-cant-handle-strings-so-whatever```
gollark: ++C.

References

  1. Weller, Philip (1992), 'Dumesnil' in The New Grove Dictionary of Opera, ed. Stanley Sadie (London) ISBN 0-333-73432-7
  2. In fact, Dumesny (spelt Du Mesnil) is already cited as a member of the chorus performing the Hours of the Day, in the 1676 libretto of Lully's Atys (accessible for free online at Gallica - B.N.F.).
  • Weller, Philip (1992), 'Dumesnil' in The New Grove Dictionary of Opera, ed. Stanley Sadie (London) ISBN 0-333-73432-7
  • Le guide de l'opéra, les indispensables de la musique, R.Mancini & J.J.Rouvereux, (Fayard, 1986), ISBN 2-213-01563-5
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.