summaryrefslogtreecommitdiff
path: root/src/data/scotsoun/sscd039.ts
blob: 9abea4c1a46be979e499ec02455da37544d3c257 (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
import type Scotsoun from '$types/Scotsoun';

const cd: Scotsoun = {
  title: '18 Burns Sangs',
  subtitle: 'and thair stories',
  longName: '18 Burns Sangs and Thair Stories',
  author: 'Robert Burns',
  cdCount: 2,
  price: '18.00',
  scotsounId: '039',
  uploadDate: '2023-08-25',
  trackList: [
    'Introduction to track 2',
    'Last May a Braw Wooer',
    'Introduction to track 23',
    'Ay Waukin O',
    'Introduction to track 25',
    'Scots wha hae wi Wallace Bled',
    'Introduction to track 27',
    'Ae Fond Kiss',
    'Introduction to track 29',
    'O aa the Airts',
    'Introduction to track 31',
    'The Deil’s awa wi the Exciseman',
    'Introduction to track 33',
    'Bonny Wee Thing',
    'Introduction to track 35',
    'John Anderson, my Jo John',
    'Introduction to track 37',
    'A Man’s a Man for aa that',
    'Introduction to track 39',
    'O Wert Thou in the Cauld Blast',
    'Last word',
    'Final medley',
  ],
};

export default cd;