Monteath Mausoleum

The Monteath Mausoleum is a large landmark in the Scottish Borders near the village of Ancrum. The listed building can be seen from the A68 road just north of Jedburgh. It was built in 1864 and renovated in 2018.

Monteath Mausoleum
the mausoleum in 2018
Location within Scottish Borders
General information
Statusat risk - being renovated
TypeMausoleum
Architectural styleNeo-Byzantine
Town or cityAncrum near Jedburgh
CountryUK
Completed1864
Renovated2018
Renovation cost£130,000
ClientSir Thomas Monteath Douglas
Ownerunknown
Height
RoofDomed with glass star windows
Design and construction
Architecture firmPeddie & Kinnear

History

General Sir Thomas Monteath Douglas commissioned this large mausoleum which was built on the hill named Gersit Law to the north of Jedburgh near Ancrum. The land belonged to his son-in-law Sir William Monteath Scott[1] and overlooks the site of the Battle of Ancrum Moor.

The mausoleum was designed by the Edinburgh architects Peddie & Kinnear.[2] The building is dated 1864 which is four years before Douglas died.[3] They included a domed roof design similar to Dundas House in Edinburgh that was used by the Bank of Scotland. That later design also incorporated a glass star-shaped roof lights.[4]

In 2014 a group was supported to organise a renovation of the building which began in 2018.[5] The renovation was completed in July 2019 thanks to grants and a 30 strong group of volunteers. The mausoleum is open to the public and a key to the crypt can be obtained.[6]

Description

The domed roof of the Monteath Mausoleum

The mausoleum was to be sealed forever hiding the two angels who guard his tomb. The inside is lit by 48 star shaped green glass in the domed roof. Outside two carved lions guard the entrance. one of the is sleeping and the other is awake. The building is constructed from ashlar sandstone.[4]

gollark: I should assign unique IDs to the other sandbox escape bugs.
gollark: My "fix" is this:```lua--[["Fix" for bug PS#E9DCC81BSummary: `pcall(getfenv, -1)` seemingly returned the environment outside the sandbox.Based on some testing, this seems like some bizarre optimization-type feature gone wrong.It seems that something is simplifying `pcall(getfenv)` to just directly calling `getfenv` and ignoring the environment... as well as, *somehow*, `function() return getfenv() end` and such.The initial attempt at making this work did `return (fn(...))` instead of `return fn(...)` in an attempt to make it not do this, but of course that somehow broke horribly. I don't know what's going on at this point.This is probably a bit of a performance hit, and more problematically liable to go away if this is actually some bizarre interpreter feature and the fix gets optimized away.Unfortunately I don't have any better ideas. Also, I haven't tried this with xpcall, but it's probably possible, so I'm attempting to fix that too.]]local real_pcall = pcallfunction _G.pcall(fn, ...) return real_pcall(function(...) local ret = {fn(...)} return unpack(ret) end, ...)end local real_xpcall = xpcallfunction _G.xpcall(fn, handler) return real_xpcall(function() local ret = {fn()} return unpack(ret) end, handler)end```which appears to work at least?
gollark: Fixed, but I don't really know how or why.
gollark: ... should I create a bug report?
gollark: It returns two, actually. The second one. I don't know *what* the first one is doing.

References

  1. "Work begins to restore a hidden Scottish landmark". Scottish Field. 20 June 2018. Retrieved 10 December 2018.
  2. "Ancrum mausoleum in line for £130,000 makeover". www.thesouthernreporter.co.uk. Retrieved 10 December 2018.
  3. "The Monteath Mausoleum | LOTHIAN ESTATES". lothianestates.co.uk. Retrieved 9 December 2018.
  4. "Monteath Douglas Mausoleum - Mausolea & Monuments Trust". www.mmtrust.org.uk. Retrieved 11 December 2018.
  5. "Friends of the Monteath Mausoleum". friendsofthemonteathmausoleum.org.uk. Retrieved 9 December 2018.
  6. "£128,000 revamp of Victorian mausoleum near Ancrum now complete". www.thesouthernreporter.co.uk. Retrieved 4 May 2020.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.