summaryrefslogtreecommitdiff
path: root/src/data/scotsoun/sscd092.ts
blob: 715881fba515e23992bf4207761c5426e7bdaeec (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 type Scotsoun from '$types/Scotsoun';

const cd: Scotsoun = {
  title: 'Into the White World',
  longName: 'Into the White World',
  author: 'Kenneth White',
  cdCount: 2,
  price: '18.00',
  scotsounId: '092',
  uploadDate: '2023-08-25',
  trackList: [
    'Report to Erigena',
    'Morning walk',
    'Chant',
    'New moon',
    'The territory',
    'McTaggart',
    'Crab Nebula',
    'Near point of Stoer',
    'The most difficult area',
    'Sun yoga',
    'In a café at Largs',
    'Letter to an old calligrapher',
    'Late December by the Sound of Jura',
    'Walls',
    'Round North again',
    'Strathclyde',
    'Late Summer journey',
    'Ludaig jetty',
    'Last page of a notebook',
    'A high blue day on Scalpay',
    'Xenophanes of Kolophon',
    'Found on the shores of the Black Sea',
    'Europe in the Fall',
    'The last days of the academy',
    'Theory',
    'A morning’s work',
    'A fragment of yellow silk',
    'A raw blue morning in Antwerp',
    'Letter from Amsterdam',
    'Joseph Martin’s report',
    'West Labrador',
    'Ungava',
    'Achawakamik',
    'Autumn afternoon',
    'South-west corner news',
    'Prose for the Col de Marie-Blanque',
    'Blue thistle sermon',
    'The old sea-chapel at Paimpol',
    'A letter from Wisconsin',
    'On the quay at Lannion',
    'Meditant',
  ],
};

export default cd;