diff options
| author | Joe Carstairs <jcarstairs@scottlogic.com> | 2023-08-07 18:18:22 +0100 |
|---|---|---|
| committer | Joe Carstairs <jcarstairs@scottlogic.com> | 2023-08-07 18:19:06 +0100 |
| commit | 2fcbccfbd49c6eaf433272749e32589a6f490200 (patch) | |
| tree | f8fc429709d66ce96d1f0e8c3812f24c13bf9d18 /src/data/scotsoun/sscd092.ts | |
| parent | d494739e4823424bb54d81e21b57e4725544eb07 (diff) | |
| parent | 27a25bfdeb07007e06bd4a608cd9953be04271ec (diff) | |
Merge branch 'master' of https://github.com/jcarstairs-scottlogic/lallans-wabsteid-astro
Diffstat (limited to 'src/data/scotsoun/sscd092.ts')
| -rw-r--r-- | src/data/scotsoun/sscd092.ts | 55 |
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; |
