diff options
| author | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-26 18:01:38 +0100 |
|---|---|---|
| committer | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-26 18:01:38 +0100 |
| commit | f2243efa6cb6ca65fbc0f91ac6aadf5f92e38422 (patch) | |
| tree | 4ee4d386285880c58e4a46ea847035b1d3fab307 /src/data/scotsoun/sscd815.ts | |
| parent | 209cad34850bd7a079c60340e40f580c682c5926 (diff) | |
HTMLifies Scotsoun description
Diffstat (limited to 'src/data/scotsoun/sscd815.ts')
| -rw-r--r-- | src/data/scotsoun/sscd815.ts | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/src/data/scotsoun/sscd815.ts b/src/data/scotsoun/sscd815.ts index 16737b9..f9cfa1a 100644 --- a/src/data/scotsoun/sscd815.ts +++ b/src/data/scotsoun/sscd815.ts @@ -13,14 +13,22 @@ const cd: Scotsoun = { trackList: ['Daft Laddie in the Wuids', 'Daftboy Suite (Instrumental)'], description: { 'en-GB': ` - Music inspired by the Scots poem _The Daft Boy – for John Hershaw: 11th Februar, 1941_ by Willie Hershaw, published by Neepheid Publications, 2019. + Music inspired by the Scots poem <i>The Daft Boy – for John Hershaw: 11th + Februar, 1941</i> by Willie Hershaw, published by Neepheid Publications, 2019. + </p> - The Bowhill Players are: William Hershaw (guitar, vocals, spoken voice), Erik Knussen (cello, double bass), Jenn Knussen (harp, vocals) and David Hershaw (guitar, vocals). + <p> + The Bowhill Players are: William Hershaw (guitar, vocals, spoken voice), Erik Knussen + (cello, double bass), Jenn Knussen (harp, vocals) and David Hershaw (guitar, vocals). `, sco: ` - Muisic inspired by the Scots poem _The Daft Boy – for John Hershaw: 11th Februar, 1941_ by Willie Hershaw, publisht by Neepheid Publications, 2019. + Muisic inspired by the Scots poem <i>The Daft Boy – for John Hershaw: 11th + Februar, 1941</i> by Willie Hershaw, publisht by Neepheid Publications, 2019. + </p> - The Bowhill Players ar: William Hershaw (guitar, vocals, spoken vyce), Erik Knussen (cello, double bass), Jenn Knussen (harp, vocals) and David Hershaw (guitar, vocals). + <p> + The Bowhill Players ar: William Hershaw (guitar, vocals, spoken vyce), Erik Knussen + (cello, double bass), Jenn Knussen (harp, vocals) and David Hershaw (guitar, vocals). `, }, }; |
