diff options
-rw-r--r-- | static/poems.js | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/static/poems.js b/static/poems.js index c427f24..348b2e4 100644 --- a/static/poems.js +++ b/static/poems.js @@ -46,4 +46,21 @@ Still threatning to devour me opens wide, To which the Hell I suffer seems a Heav'n.`, "link": "https://milton.host.dartmouth.edu/reading_room/pl/book_4/text.shtml", }, + { + "line": "Underneath the moaning hemlocks".split(' '), + "scansion": ['/x/', 'x', '/x', '/x'], + "title": "The Famine", + "collection": "The Song of Hiawatha", + "author": "Henry Wadsworth Longfellow", + "meter": "trochaic tetrameter", + "ctx": `Then they buried Minnehaha; +In the snow a grave they made her, +150In the forest deep and darksome, +Underneath the moaning hemlocks; +Clothed her in her richest garments, +Wrapped her in her robes of ermine, +Covered her with snow, like ermine; +Thus they buried Minnehaha.`, + "link": "https://www.gutenberg.org/files/30795/30795-h/30795-h.htm#XX", + }, ] |