Andreas Berger (composer)
Andreas Berger (1584–1656) was a German composer whose works featured in the collection of J. S. Bach. He was the son-in-law of the English emigre musician William Brade.[1]
Works, editions, and recordings
- Eight Part Canon in the Eighth Mode for Two Double Reed Quartet Choirs.
- Berger, Andreas: »Da pacem Domine & c. ... Deo ter opt. maximo, regi regum, Domino exercituum, principi pacis ...«. Augsburg: Johann Ulrich Schönig, 1635. Konzert zu 10 Stimmen in 2 Chören (SSATB/SATBB). On Friedens-Seufftzer und Jubel-Geschrey - Music for the Peace of Westphalia. Weser-Renaissance Ensemble Bremen dir. Manfred Cordes. cpo
gollark: Also, I'm pretty sure it breaks if it goes *days* only, too...
gollark: Yes, yes it does... oops...
gollark: It *does* probably go against TJ09's **Grand Vision**...
gollark: I'm amazed it works at all.
gollark: ```javascriptfunction infoFromHtml(html) { // First, just strip all the actual HTML & get text const text = JSDOM.fragment(html).textContent; if (/.*will die if it doesn/.exec(text) === null) { return { type: "not growing" }; } let sick = false; if (/.*shell of the egg seems soft,/.exec(text) !== null) { sick = true } if (/.*hatchling seems sick/.exec(text) !== null) { sick = true } const views = parseCounter(text, "Overall views"); const uniqueViews = parseCounter(text, "Unique views"); const clicks = parseCounter(text, "Clicks"); const timeResults = /.*in: ([0-9]+) days (and ([0-9]+) hours)?/.exec(text); const days = parseInt(timeResults[1]), hours = parseInt(timeResults[3]); const type = getCapture(text, /.*Viewing (Hatchling|Egg)/) if (isNaN(days) || isNaN(hours)) { throw new Error("Either days or hours are now invalid; has DC's format changed?"); } return { views, uniqueViews, clicks, type: type == "Hatchling" ? "hatchling" : "egg", hoursRemaining: days * 24 + hours, sick }}```
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.