From 637416d88114ded93ba8403ac9537c61ac748065 Mon Sep 17 00:00:00 2001
From: cyfraeviolae <cyfraeviolae>
Date: Sun, 6 Mar 2022 23:13:08 -0500
Subject: rossettis

---
 static/poems.js | 67 +++++++++++++++++++++++++++++++++++++++++++++++----------
 1 file changed, 56 insertions(+), 11 deletions(-)

(limited to 'static')

diff --git a/static/poems.js b/static/poems.js
index 86b4c15..6086ed2 100644
--- a/static/poems.js
+++ b/static/poems.js
@@ -194,15 +194,60 @@ Into the mouth of hell
 `,
         "link": "https://www.poetryfoundation.org/poems/45319/the-charge-of-the-light-brigade",
     },
+    {
+        "line": "Like a moonlit poplar branch".split(' '),
+        "scansion": ['/', 'x', '/x', '/x', '/'],
+        "title": "Goblin Market",
+        "collection": null,
+        "author": "Christina Rossetti",
+        "meter": "catalectic iambic tetrameter",
+        "ctx": `
+Laura stretch’d her gleaming neck
+Like a rush-imbedded swan,
+Like a lily from the beck,
+Like a moonlit poplar branch,
+Like a vessel at the launch
+When its last restraint is gone.
+`,
+        "link": "https://www.poetryfoundation.org/poems/44996/goblin-market",
+    },
+    {
+        "line": "Two separate divided silences".split(' '),
+        "scansion": ['x', '/x/', 'x/x', '/x/'],
+        "title": "Severed Selves",
+        "collection": null,
+        "author": "Dante Rossetti",
+        "meter": "iambic pentameter",
+        "ctx": `
+Two separate divided silences,
+Which, brought together, would find loving voice;
+Two glances which together would rejoice
+In love, now lost like stars beyond dark trees;
+Two hands apart whose touch alone gives ease;
+Two bosoms which, heart-shrined with mutual flame,
+Would, meeting in one clasp, be made the same;
+Two souls, the shores wave-mocked of sundering seas: —
+
+Such are we now. Ah! may our hope forecast
+Indeed one hour again, when on this stream
+Of darkened love once more the light shall gleam? —
+An hour how slow to come, how quickly past, —
+Which beams and fades, and only leaves at last,
+Faint as shed flowers, the attenuated dream.
+`,
+        "link": "http://www.rossettiarchive.org/docs/sonnets.lcms.rad.html#21-1871",
+    },
 ]
-    // {
-    //     "line": "Into the jaws of Death".split(' '),
-    //     "scansion": ['/x', 'x', '/', 'x', 'x'],
-    //     "title": "The Charge of the Light Brigade",
-    //     "collection": null,
-    //     "author": "Alfred, Lord Tennyson",
-    //     "meter": "dactylic dimeter",
-    //     "ctx": `
-// `,
-    //     "link": "https://www.poetryfoundation.org/poems/45319/the-charge-of-the-light-brigade",
-    // },
+/*
+    {
+        "line": "".split(' '),
+        "scansion": [],
+        "title": "",
+        "collection": null,
+        "author": "",
+        "meter": "",
+        "ctx": `
+`,
+        "link": "",
+    },
+*/
-- 
cgit v1.2.3