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/sscd087.ts | |
| parent | 97147d56d93c7949fdccf22abe569b1b9d7a22ab (diff) | |
Moves to root folder
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; |
