Christmas oratorio

A Christmas oratorio (German: Weihnachtsoratorium; French: Oratorio de Noël) is an oratorio written for Christmas or the Christmas season.

Examples of Christmas oratorios

Examples of Christmas oratorios include:

Christmas oratorios as a set of Christmas cantatas

Some Christmas oratorios consist of a collection of Christmas cantatas, to be performed during several days of the Christmas season. Examples include:[1]

  • Liebes-Andachten, nach dem Jahrgang aus denen Evangeliis eingerichtet, cycle of Christmas cantatas by Gottfried Heinrich Stölzel, first performed 25–27 December 1719 in Gotha (music lost).[2]
  • Das Volck so im Finstern wandelt, Christmas oratorio by Gottfried Heinrich Stölzel, first performed 25–27 December 1728 in Gotha.[3]
  • Christmas Oratorio, BWV 248, Johann Sebastian Bach's Weihnachtsoratorium, premiered from 25 December 1734 to 6 January 1735 in Leipzig.[4]

Ach, dass die Hülfe aus Zion über Israel käme, is a Christmas oratorio retroactively compiled from 10 cantatas by Gottfried Heinrich Stölzel, which were performed from 25 December 1736 to 6 January 1737 in Sondershausen (recorded 1999–2000).[5][6][7][8]

gollark: A magic beekeeping convention.
gollark: Sure.
gollark: Unlikely.
gollark: That would involve parsing.
gollark: ```python @bot.command(help="Roll simulated dice (basic NdX syntax, N <= 50, X <= 1e6).") async def roll(ctx, dice): match = re.match("([-0-9]*)d([0-9]+)", dice) if not match: raise ValueError("Invalid dice notation") n, x = match.groups() if n == "": n = 1 n, x = int(n), int(x) if n > 50 or x > 1e6: raise ValueError("N or X exceeds limit") rolls = [ random.randint(1, x) for _ in range(n) ] await ctx.send(f"{sum(rolls)} ({' '.join(map(str, sorted(rolls)))})")```

References

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