summaryrefslogtreecommitdiff
path: root/src/data/scotsoun/sscd092.ts
diff options
context:
space:
mode:
authorJoe Carstairs <65492573+Sycamost@users.noreply.github.com>2023-08-05 21:16:45 +0100
committerJoe Carstairs <65492573+Sycamost@users.noreply.github.com>2023-08-05 21:18:16 +0100
commit90254344d599bc977c0661f7c9681b7509a9076e (patch)
treed5c521f154994a33e0d09db48971d1a967a6f543 /src/data/scotsoun/sscd092.ts
parent97147d56d93c7949fdccf22abe569b1b9d7a22ab (diff)
Moves to root folder
Diffstat (limited to 'src/data/scotsoun/sscd092.ts')
-rw-r--r--src/data/scotsoun/sscd092.ts55
1 files changed, 55 insertions, 0 deletions
diff --git a/src/data/scotsoun/sscd092.ts b/src/data/scotsoun/sscd092.ts
new file mode 100644
index 0000000..012ac3b
--- /dev/null
+++ b/src/data/scotsoun/sscd092.ts
@@ -0,0 +1,55 @@
+import type Scotsoun from '../../types/Scotsoun';
+
+const cd: Scotsoun = {
+ title: 'Into the White World',
+ 'long-name': 'Into the White World',
+ author: 'Kenneth White',
+ 'cd-count': 2,
+ price: '18.00',
+ 'scotsoun-id': '092',
+ 'track-list': [
+ '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;