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/sscd087.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/sscd087.ts')
| -rw-r--r-- | src/data/scotsoun/sscd087.ts | 100 |
1 files changed, 100 insertions, 0 deletions
diff --git a/src/data/scotsoun/sscd087.ts b/src/data/scotsoun/sscd087.ts new file mode 100644 index 0000000..8f863e9 --- /dev/null +++ b/src/data/scotsoun/sscd087.ts @@ -0,0 +1,100 @@ +import type Scotsoun from '../../types/Scotsoun'; + +const cd: Scotsoun = { + title: 'Virgil, Dante et al', + subtitle: 'Scotsoun Euro-Makars Series', + 'long-name': 'Scotsoun Euro-Makars Series – Virgil, Dante et al', + author: 'various', + 'cd-count': 8, + price: '25.00', + 'scotsoun-id': '087', + 'track-list': [ + 'after Ode 9, Book 1', + 'Ode 11, Book 1', + 'Ode 11, Book 1', + 'Avete ’n voi li fiori', + 'Avete ’n voi li fiori', + 'O, Donna mia', + 'O, Donna mia', + 'Voi, che per li occhi mi passaste ’l core', + 'Voi, che per li occhi mi passaste ’l core', + 'Silvia', + 'Silvia', + 'Il Passero Solitario', + 'Il Passero Solitario', + 'La quiete dopo la tempesta', + 'La quiete dopo la tempesta', + 'A Se Stesso', + 'A Se Stesso', + 'My Faither', + 'My Faither', + 'The Laneliest Place in the World', + 'The Laneliest Place in the World', + 'Cat and Mous', + 'Cat and Mous', + 'Cairnstanes', + 'Cairnstanes', + 'Heilant John', + 'Heilant John', + 'Lucretius, buik III sneddit', + 'Lucretius, buik III sneddit', + 'Myxomatosis', + 'Myxomatosis', + 'Vento sulla mezzaluna', + 'Vento sulla mezzaluna', + 'Come deve', + 'Come deve', + 'Non gridate più', + 'Non gridate più', + 'Somersault', + 'Somersault', + 'Or non è gran pistolenza la mia', + 'Or non è gran pistolenza la mia', + 'Io combattei con Amor ed hol morto', + 'Io combattei con Amor ed hol morto', + 'E’ non ha tante gocciole nel mare', + 'E’ non ha tante gocciole nel mare', + 'S’i’ fosse foco, arderei ’l mondo', + 'S’i’ fosse foco, arderei ’l mondo', + 'Sonnet', + 'Sonnet', + 'Or che’l ciel e la terra e ’l vento tace', + 'Or che’l ciel e la terra e ’l vento tace', + 'Come talora al caldo tempo sòle', + 'Come talora al caldo tempo sòle', + 'O vita, vita non, ma vivo affanno', + 'O vita, vita non, ma vivo affanno', + 'Canto 19/5 ll 124 to end', + 'Canto 19/5 ll 124 to end', + 'Canto 23/11 ll 209-254', + 'Canto 23/11 ll 209-254', + 'Canto 23/11 ll 417-442', + 'Canto 23/11 ll 417-442', + 'Er giorno der giudizzio', + 'Er giorno der giudizzio', + 'Il Soprani der monno vecchio', + 'Il Soprani der monno vecchio', + 'La Famija Poverella', + 'La Famija Poverella', + 'La Differenza', + 'La Differenza', + 'Le tre del mattino', + 'Le tre del mattino', + 'Lettera', + 'Lettera', + 'Giorno dopo giorno', + 'Giorno dopo giorno', + 'Alle fronde dei salici', + 'Alle fronde dei salici', + 'Don’t Cry for Argentina for me', + 'Don’t Cry for Argentina for me', + 'Tredicesima Partita', + 'Tredicesima Partita', + 'Fanciulli allo stadio', + 'Fanciulli allo stadio', + 'Goal', + 'Goal', + ], +}; + +export default cd; |
