diff options
| author | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-05 21:16:45 +0100 |
|---|---|---|
| committer | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-05 21:37:58 +0100 |
| commit | 3098c31049e17dfdcdf451e843f6c4bdcf5b2fa1 (patch) | |
| tree | b3590c527d147db6ef5519d43e8a1976f9674f42 /src/data/scotsoun/sscd810.ts | |
| parent | 97147d56d93c7949fdccf22abe569b1b9d7a22ab (diff) | |
Moves to root folder
Diffstat (limited to 'src/data/scotsoun/sscd810.ts')
| -rw-r--r-- | src/data/scotsoun/sscd810.ts | 78 |
1 files changed, 78 insertions, 0 deletions
diff --git a/src/data/scotsoun/sscd810.ts b/src/data/scotsoun/sscd810.ts new file mode 100644 index 0000000..9d31e57 --- /dev/null +++ b/src/data/scotsoun/sscd810.ts @@ -0,0 +1,78 @@ +import type Scotsoun from '../../types/Scotsoun'; + +const cd: Scotsoun = { + title: 'Doric and Doric – German ti Doric', + 'long-name': 'Doric and Doric – German ti Doric', + author: 'Mary Johnston', + 'cd-count': 2, + price: '18.00', + 'scotsoun-id': '810', + description: { + sco: ` + Scotsoun wad fain say their thanks til Doug Ring that made the oreiginal recordins, an til + Malcolm Macgregor o MacTrak Duplicating that presst thhe oreiginal CDs. + `, + 'en-GB': ` + Scotsoun wish to express their gratitude to Doug Ring who made the original recordings and + Malcolm Macgregor of MacTrak Duplicating who pressed the original CDs. + `, + }, + 'track-list': [ + 'First Grandchild', + 'Lullaby', + 'Born ti dance', + 'Makar', + '90th Birthday', + 'Backeyn', + 'Teuchat Storm', + 'In Gowd licht buskit', + 'A fine quine', + 'Tinker wife', + 'Initiation', + 'Confession Time', + 'First day', + 'Prize Giving Day', + 'Impetigo', + 'Education 1940', + 'Child Education', + 'Early Lesson', + 'Flittin Ti Foveran', + 'Since first I saa him – Seit ich ihn gesehen', + 'He’s e maist wunnerfu – Er, der herrlichste von allen', + 'I canna unnerstan – Ich kann’s nicht fassen, nicht glauben', + 'Iss ring on ma finger – Du Ring an meinem Finger', + 'Help me, ma sisters – Helft mir, ihr Schwestern', + 'Ma dearest freen – Süsser Freund, du blickest ', + 'Agin ma hert – An meinem Herzen, an meinem Brust', + 'Noo for e first time – Nun hast du mir den ersten Schmertz getan', + 'In Foreign Pairts – In der Fremde', + 'Intermezzo – Intermezzo', + 'Collogue in e Wids – Waldesgesprach', + 'Quait – Die Stille', + 'Meenlicht Nicht – Mondnacht', + 'Unco Bonny Land – Schöne Fremde', + 'In a Castel – Auf einer Burg', + 'In Unco Pairts – In der Fremde', + 'Sadness – Wehmut', + 'Gloamin – Zwielicht', + 'In e Wids – Im Walde', + 'Spring Nicht – Frühlingsnacht', + 'Feal Spring – Frühlingsglaube (Uhland)', + 'The Fisherman – Der Fishermann (Göethe)', + 'Aside e Sea – Am Meer (Heine)', + 'Ony Shape or Form – Liebhaber in allen Gestallen (Göethe)', + 'Hedder Rosikie – Heidenröslein (Göethe) ', + 'Gye Near – based on Der Heilige Josef Singt (Spanish Poems)', + 'Daith an e Lassie – Der Tod und das Mädchen (Göethe)', + 'Elf King – Erlkönig (Göethe)', + 'Iss Life on Airth – Iridischehe Leben (from Knaben Wunderhorn)', + 'Sun Heists itsel up – Nun will die Sonne (Rückert – Kindertodtenlieder)', + 'Noo I see – Nun seh ich wohl (Rückert – Kindertodtenlieder)', + 'Fen yer Mammy – Wenn dein Mütterlein (Rückert – Kindertodtenlieder)', + 'Whiles I think – Oft denk ich – (Rückert – Kindertodtenlieder)', + 'In Iss Wedder – In diesen Wetter (Rückert – Kindertodtenlieder)', + 'Fareweel – Der Abscheid (Hans Bethge from Chinese – Das Lied von der Erde)', + ], +}; + +export default cd; |
