summaryrefslogtreecommitdiff
path: root/src/data/scotsoun/sscd056.ts
blob: 69c43c7da0b9099da88a6039bfab46423f5c61f4 (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
import img192w from '$images/scotsoun/sscd056-192w.jpg';
import type Scotsoun from '$types/Scotsoun';

const cd: Scotsoun = {
  img: {
    width192: img192w,
  },
  title: 'Hamewith',
  subtitle: 'and other poems',
  longName: 'Hamewith and other poems',
  author: 'Charles Murray',
  cdCount: 2,
  price: '18.00',
  scotsounId: '056',
  uploadDate: '2023-08-25',
  trackList: [
    'The Three Craws',
    'It wasna his Wyte',
    'A Cheery Guid-Nicht',
    'In Lythe Strathdon',
    'Horace, Car I, 35',
    'Horace, Car I, 9',
    'Yokin the Mear',
    'Gin I was God',
    'Winter',
    'Spring',
    'Bennachie',
    '‘Aiberdeen Awa’',
    'Aye Fegs',
    'Tho’ I be Aul’',
    'Heraclitus',
    'The Thraws o Fate',
    'Dockens afore his Peers',
    'Fae France',
    'When will the war be by?',
    'The Brig',
    'Advice to the Sit-Siccars',
    'The Lad without a Name',
    'There’s Aye a Something',
  ],
};

export default cd;