Thomas Lucas Duerden

Thomas Lucas Duerden (1898-1969) was an English cathedral organist, who served in Blackburn Cathedral.[1]

Background

Thomas Lucas Duerden was born in Blackburn in 1898.

He served in the Royal Navy towards the end of World War I.[2]

He was music master of Hutton Grammar School, Preston 1932 - 1947, and Queen Elizabeth's Grammar School, Blackburn, 1938 - 1963.

He was awarded a Fellowship of the Royal School of Church Music in 1964.

Career

Organist of:

Cultural offices
Preceded by
Herman Brearley
Organist and Master of the Choristers of Blackburn Cathedral
1939-1964
Succeeded by
John Bertalot
gollark: ```fsharptype Thing = | Foo of int | Bar of string | Baz of Thing listlet rec printThing t = match t with | Foo f -> sprintf "foo: %d" f | Bar s -> sprintf "bar: %s" s | Baz ts -> sprintf "[%s]" <| String.concat ", " (List.map printThing ts)```More pattern matching examples!
gollark: I was going to have `let printed` at the top then changed my mind.
gollark: Oh, yes, silly me.
gollark: ```javascriptconst printNumber = n => { switch(n) { case 0: return "zero"; //break; case 1: return "one"; //break; case 2: return "two"; //break; case 3: return "three"; //break; default: return "many"; }}```That's much longer, and uglier, especially with the breaks (not needed in this example, but generally will be).
gollark: ```fsharplet printNumber n = match n with | 0 -> "zero" | 1 -> "one" | 2 -> "two" | 3 -> "three" | _ -> "many"```

References

  1. The Succession of Organists. Watkins Shaw.
  2. 20th Century Cathedral Organists. Enid Bird
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.