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/sscd095.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/sscd095.ts')
| -rw-r--r-- | src/data/scotsoun/sscd095.ts | 75 |
1 files changed, 75 insertions, 0 deletions
diff --git a/src/data/scotsoun/sscd095.ts b/src/data/scotsoun/sscd095.ts new file mode 100644 index 0000000..48942ab --- /dev/null +++ b/src/data/scotsoun/sscd095.ts @@ -0,0 +1,75 @@ +import type Scotsoun from '../../types/Scotsoun'; + +const cd: Scotsoun = { + title: 'Sangschaw and Penny Wheep', + 'long-name': 'Sangschaw and Penny Wheep', + author: 'Hugh MacDiarmaid', + 'cd-count': 2, + price: '18.00', + 'scotsoun-id': '095', + 'track-list': [ + 'Wheelrig', + 'Country Life', + 'O Jesu Parvule', + 'The Innumerable Christ', + 'God Takes a Rest', + 'In the Pantry', + 'Farmer’s Death', + 'The Diseased Salmon', + 'Whip-the-World', + 'Ballad of the Five Senses', + 'In Glasgow', + 'La Fourmilière James Steel', + 'Poems from Penny Wheep (1926) spoken title and short musical intro', + 'Trompe l’oeil', + 'Wheesht, Wheesht', + 'Ex ephemeride mare', + 'Blind Man’s Luck', + 'The Currant Bush', + 'Cloudburst and Soaring Moon', + 'Feery-o’-the-Feet Eileen MacCallum', + 'Somersault', + 'Song', + 'Love', + 'Sea-Serpent', + 'Locked', + 'Thunderstorm', + 'Hungry Waters', + 'Tam', + 'Focherty', + 'Sabine', + 'Parley of Beasts', + 'The Love-sick Lass', + 'Wild Roses', + 'The Widower', + 'The Long Black Night', + 'To One Who Urges More Ambitious Flights', + 'The Dead Liebknecht', + 'In Mysie’s Bed', + 'Guid Conceit', + 'Morning', + 'Under the Greenwood Tree', + 'The Three Fishes', + 'The Robber', + 'Bombinations of a Chimaera', + 'Scunner', + 'Servant Girl’s Bed', + 'Jimsy: an Idiot', + 'Empty Vessel', + 'The Fairmer’s Lass', + 'The Bonnie Lowe', + 'Sunny Gale', + 'On the Threshold', + 'Krang', + 'Supper to God', + 'From ‘Songs for Christine’', + 'The Quest', + 'Gairmscoile', + 'A Herd of Does', + '‘U Samago Moria’', + 'Your Immortal Memory, Burns !', + 'Reprise', + ], +}; + +export default cd; |
