summaryrefslogtreecommitdiff
path: root/src/data/scotsoun/sscd810.ts
diff options
context:
space:
mode:
authorJoe Carstairs <jcarstairs@scottlogic.com>2023-08-07 18:18:22 +0100
committerJoe Carstairs <jcarstairs@scottlogic.com>2023-08-07 18:19:06 +0100
commit2fcbccfbd49c6eaf433272749e32589a6f490200 (patch)
treef8fc429709d66ce96d1f0e8c3812f24c13bf9d18 /src/data/scotsoun/sscd810.ts
parentd494739e4823424bb54d81e21b57e4725544eb07 (diff)
parent27a25bfdeb07007e06bd4a608cd9953be04271ec (diff)
Merge branch 'master' of https://github.com/jcarstairs-scottlogic/lallans-wabsteid-astro
Diffstat (limited to 'src/data/scotsoun/sscd810.ts')
-rw-r--r--src/data/scotsoun/sscd810.ts78
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;