summaryrefslogtreecommitdiff
path: root/src/data/scotsoun/sscd035.ts
blob: 4d538b76b17791023a7d2d0df921218f20031c07 (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
import img from '$images/scotsoun/sscd035.jpg';
import type Scotsoun from '$types/Scotsoun';

const cd: Scotsoun = {
  img,
  title: 'Poems of Robert Burns volumes 1 & 2',
  subtitle: 'Scotsoun Makars Series',
  longName: 'Scotsoun Makars Series – Robert Burns',
  author: 'Robert Burns',
  cdCount: 3,
  price: '25.00',
  scotsounId: '035',
  uploadDate: '2023-08-25',
  trackList: [
    'The Holy Fair',
    'Death and Doctor Hornbook',
    'Group 5 intro',
    'Address to the Deil',
    'Tam o Shanter',
    'Introduction',
    'Tam Glen',
    'O what can a young lassie?',
    'Willie Wastle',
    'Thou hast left me ever, Jamie',
    'The Laddie’s dear sel',
    'It is was a’ for our rightfu’ king',
    'O wert thou in the cauld blast',
    'John Anderson',
    'Introduction',
    'Man was made to Mourn',
    'Address of Beelzebub',
    'A Man’s a Man, for a’ that',
    'The Tree of Liberty',
    'As I stood by yon roofless tower',
    'Introduction to Love and Liberty a.k.a. The Jolly Beggars',
    'Start of Recitativo',
    'The Soldier’s Song',
    'Recitativo: He ended; and the kebars sheuk',
    'I once was a maid',
    'Recitativo: Poor merry Andrew in the neuk',
    'Sir Wisdom’s a fool when he’sfou',
    'Recitativo: The neist outspak a raucle carlin',
    'John Highlandman',
    'Recitativo: A pigmy scraper wi’ his fiddle',
    'I am a fiddler to my trade',
    'Recitativo: Her charmshad struck a sturdy caird',
    'My Bonnie Lass',
    'Recitativo: The caird prevail’d',
    'I am a bard of no regard',
    'Recitativo: So sung the bard',
    'A fig for those by law protected',
    'Auld Lang Syne',
  ],
};

export default cd;