summaryrefslogtreecommitdiff
path: root/src/data/scotsoun/sscd807.ts
blob: 1859b24b899459dc9273802c2a0dfcf780145708 (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
import type Scotsoun from '../../types/Scotsoun';

const cd: Scotsoun = {
  title: 'The Lass o Gowrie',
  'long-name': 'The Lass o Gowrie',
  author: 'Margaret Gillies Brown',
  'cd-count': 1,
  price: '11.00',
  'scotsoun-id': '807',
  'track-list': [
    'Northern Midsummer',
    'Stray Hen',
    'Loss',
    'Villanelle for Spring',
    'Thrift',
    'Walk With All Seasons',
    'Opposite Sides Of The Moon',
    'Sheba',
    'Fatal Slip',
    'Ben',
    'Tribute',
    'Buttercups',
    'Rumbling Brig',
    'A Walk in the Rockies',
    'Hospital Ward',
    'Starfall',
    'Hairst',
    'September Fires',
    'The Gift',
    'Surrender',
    'Scottish Woman',
  ],
};

export default cd;