Timothy Ravalde

Timothy Ravalde (born 1988) is an English organist and the current Assistant Organist of Chichester Cathedral.

Early life and education

Ravalde was educated at the Nelson Thomlinson School in Wigton. He was Organ Scholar of Carlisle Cathedral[1] and became a Fellow of the Royal College of Organists whilst he was in the sixth form. In 2006 he took up the Organ Scholarship at Salisbury Cathedral.[2]

He graduated from Cambridge University in 2010. As Organ Scholar of St John's College he oversaw three CD recordings as well as the daily chapel services and frequent tours.

Career

Ravalde was appointed Assistant Organist of Chichester Cathedral, succeeding Mark Wardell.

gollark: I did not. Does it work in Firefox™?
gollark: ... was? is.
gollark: Well, this was for ND research, and I didn't want to refresh random eggs constantly.
gollark: ```javascript// ==UserScript==// @name DC Egg Time Getter// @namespace http://tampermonkey.net/// @match https://dragcave.net/view/*// @grant none// ==/UserScript==function getCapture(text, regex, def) { const result = text.match(regex); if (result === null || result === undefined) { if (def === undefined) { throw new Error("Text did not match regex."); } else { return def; } } else { return result[1]; }}const text = document.body.textContent;const days = parseInt(getCapture(text, /in: (\d+) day/, 0));const hours = parseInt(getCapture(text, /and (\d+) hour/, 0));const allHours = (days * 24) + hours;const storage = window.localStorage;const lastTime = storage.remainingTime;console.log("Time Remaining:", allHours);// check for low-ER timesif (allHours < 72) { console.log("Egg/Hatchling in low ER!"); if (lastTime !== allHours.toString()) { const d = new Date(); localStorage.changeTime = d.getTime().toString(); console.log("WAS", lastTime, "NOW", allHours) console.log("Hour Change Time FOUND!"); } else { storage.remainingTime = allHours; setTimeout(() => window.location.reload(), 2000); }}```Probably suboptimal, but I was in a hurry.
gollark: It worked quite well, though I did have to manually narrow them down a bit.

References

  1. "NO STOPPING BOY ORGANIST TIM". News & Star (Carlisle). 29 October 2004.
  2. "Timothy Ravalde Gives The Jenkinson Recital On 20th June". Salisbury Cathedral. 20 May 2007.
Cultural offices
Preceded by
Mark Wardell
Assistant Organist
of Chichester Cathedral

2010–
Succeeded by
Incumbent


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