From 97b3462ffd3395cb97b39e007332decccd3196ee Mon Sep 17 00:00:00 2001
From: cyfraeviolae <cyfraeviolae>
Date: Sat, 26 Feb 2022 17:20:21 -0500
Subject: update later poems

---
 static/poems.js | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

(limited to 'static')

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",
-- 
cgit v1.2.3