diff options
| author | Joe Carstairs <jcarstairs@scottlogic.com> | 2023-08-07 18:18:22 +0100 |
|---|---|---|
| committer | Joe Carstairs <jcarstairs@scottlogic.com> | 2023-08-07 18:19:06 +0100 |
| commit | 2fcbccfbd49c6eaf433272749e32589a6f490200 (patch) | |
| tree | f8fc429709d66ce96d1f0e8c3812f24c13bf9d18 /src/data/scotsoun/sscd816.ts | |
| parent | d494739e4823424bb54d81e21b57e4725544eb07 (diff) | |
| parent | 27a25bfdeb07007e06bd4a608cd9953be04271ec (diff) | |
Merge branch 'master' of https://github.com/jcarstairs-scottlogic/lallans-wabsteid-astro
Diffstat (limited to 'src/data/scotsoun/sscd816.ts')
| -rw-r--r-- | src/data/scotsoun/sscd816.ts | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/src/data/scotsoun/sscd816.ts b/src/data/scotsoun/sscd816.ts new file mode 100644 index 0000000..c0eb3e7 --- /dev/null +++ b/src/data/scotsoun/sscd816.ts @@ -0,0 +1,29 @@ +import type Scotsoun from '../../types/Scotsoun'; + +const cd: Scotsoun = { + title: 'Michael', + subtitle: 'A Ballad Play in Scots', + 'long-name': '"Michael: A Ballad Play in Scots"', + author: 'William Hershaw', + 'cd-count': 2, + price: '18.00', + 'scotsoun-id': '816', + description: { + 'en-GB': ` + _Michael: A Ballad Play in Scots_ by William Hershaw is based on the character of Michael Scot of Balwearie, the 12th-century philosopher, translator, polymath, alchemist and reputed wizard. Hershaw has combined the historical and folk myth aspects of the Michael Scot legend to create a gripping portrayal of a troubled soul who attempts to destroy the universe in order to prove the existence of God.<br> + + Written in lively and accessible Scots, the play takes Scottish drama to new places by placing a cast of devils and historical figures (including Robert Burns and Jimmy Shand) in the setting of traditional ballads and folklore. The result is a tragic but life-affirming tale brimful with dark humour, magic, horror and contemporary relevance. + + _Originally published as a book in 2016_ + `, + sco: ` + _Michael: A Ballad Play in Scots_ bi William Hershaw is based on the character o Michael Scot o Balwearie, the 12th-centurie philosopher, owersetter, polymath, alchemist an reputit warlock. Hershaw haes pit the heistorical an fowk-myth aspecks o the Michael Scot legend thegether fur tae tell a grippin tale o a sair-set sowel at ettles tae destroy the universe fur tae pruive the exeistence o God. + + Scrieved i livelie an accessible Scots, the pley taks Scottish drama to new airts bi pittin a cast o divils an heistorical figurs (nae least Rabbie Burns an Jimmy Shand) i the settin o tradeitional ballads an fowklair. The result is a tragic but life-affirmin tale brimfu wi dark humour, magic, horror an contemporar relevance. + + _Oreiginallie publisht as a beuk i 2016_ + `, + }, +}; + +export default cd; |
