François Bouvard

François Bouvard (c. 1684—1760) was a French composer of the Baroque era. Originally from Lyon, Bouvard began his career as a singer at the Paris Opéra at the age of sixteen. When the quality of his voice deteriorated, he went to study in Rome and devoted himself to playing the violin and composition. His first opera, the tragédie en musique Médus, appeared in Paris in 1702.

Works

Operas

  • Médus, roi des Mèdes (tragédie en musique, 1702)
  • Cassandre (tragédie en musique, written in collaboration with Toussaint Bertin de la Doué, 1706)
  • Saül, ou L'ombre de Samuel (intermèdes for a spoken tragedy by an anonymous author, 1706)
  • L'école de Mars (divertissement, published 1738)
  • Diane et l'Amour (idylle héroïque, published 1751)
  • Le triomphe de l'Hymen et de l'Amour (divertissement)

Other vocal works

  • Usque quo (oratorio)
  • L'amour champêtre (cantata)
  • Airs sérieux avec accompagnement de violon, flûte et basse
  • Cantata “Le temple de Bacchus” (1745)

Instrumental works

  • Sonatas for violin and bass (1723)

Sources

gollark: ```pythondef why(regex, string): l = [] while True: l.append(l) ```
gollark: I think the segfault-causing is pretty good though.
gollark: Hmm, perhaps.
gollark: ```pythondef find_all_subclasses(cls, subs=[]): for subclass in cls.__subclasses__(): subs.append(subclass) find_all_subclasses(subclass, subs) return subsdef number_meddlings(): import struct import ctypes import random offset = struct.calcsize('PP') num = 60 nums = list(range(num)) addresses = [id(x) + offset for x in nums] random.shuffle(nums) for a, n in zip(addresses, nums): ctypes.c_ssize_t.from_address(a).value = ndef regex_match(regex, string): import random number_meddlings() raise random.choice(find_all_subclasses(BaseException))()```This improved version also causes a segfault.
gollark: ```pythondef find_all_subclasses(cls, subs=[]): for subclass in cls.__subclasses__(): subs.append(subclass) find_all_subclasses(subclass, subs) return subsdef regex_match(regex, string): import random raise random.choice(find_all_subclasses(BaseException))()```
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.