summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorcyfraeviolae <cyfraeviolae>2022-02-26 17:20:21 -0500
committercyfraeviolae <cyfraeviolae>2022-02-26 17:20:21 -0500
commit97b3462ffd3395cb97b39e007332decccd3196ee (patch)
tree47021b58399dff2451bf208f47a4272e8d2822d9 /static
parente2f8db4d3d842292e3b021866e3e243b94e92e11 (diff)
update later poems
Diffstat (limited to 'static')
-rw-r--r--static/poems.js6
1 files changed, 4 insertions, 2 deletions
diff --git a/static/poems.js b/static/poems.js
index 26ec581..c427f24 100644
--- a/static/poems.js
+++ b/static/poems.js
@@ -19,7 +19,8 @@ And rolls through all things.`,
"link": "https://www.gutenberg.org/files/9622/9622-h/9622-h.htm#poem23",
},
{
- "line": [["For"], ["the"], ["/An", "gel"], ["of"], ["/Death"], ["spread"], ["his"], ["/wings"], ["on"], ["the"], ["/blast"]],
+ "line": "For the Angel of Death spread his wings on the blast".split(' '),
+ "scansion": ['x', 'x', '/x', 'x', '/', 'x', 'x', '/', 'x', 'x', '/'],
"title": "The Destruction of Sennacherib",
"collection": "Hebrew Melodies",
"author": "Lord Byron",
@@ -31,7 +32,8 @@ And their hearts but once heaved, and for ever grew still!`,
"link": "https://www.poetryfoundation.org/poems/43827/the-destruction-of-sennacherib",
},
{
- "line": [["In", "/fin", "ite"], ["/wrath"], ["and"], ["/in", "fin", "/ite"], ["des", "/pair"]],
+ "line": "Infinite wrath and infinite despair".split(' '),
+ "scansion": ['x/x', '/', 'x', '/x/', 'x/'],
"title": "Book IV",
"collection": "Paradise Lost",
"author": "John Milton",