summaryrefslogtreecommitdiff
path: root/src/data/scotsoun/sscd816.ts
blob: 425432ccb5c4b30b321b4f013aee976b3e8f981a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
import img from '$images/scotsoun/sscd816.jpg';
import type Scotsoun from '$types/Scotsoun';

const cd: Scotsoun = {
  img,
  title: 'Michael',
  subtitle: 'A Ballad Play in Scots',
  longName: '"Michael: A Ballad Play in Scots"',
  author: 'William Hershaw',
  cdCount: 2,
  price: '18.00',
  scotsounId: '816',
  uploadDate: '2023-08-25',
  description: {
    'en-GB': `
        <i>Michael: A Ballad Play in Scots</i> 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.
      </p>
      
      <p>
        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.
      </p>

      <p class="italic">
        Originally published as a book in 2016
    `,
    sco: `
        <i>Michael: A Ballad Play in Scots</i> 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.
      </p>

      <p>
        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.
      </p>

      <p class="italic">
        Oreiginallie publisht as a beuk i 2016
    `,
  },
};

export default cd;