From 0f76b71a9902e365e38c50f18ef9e9419a9fb570 Mon Sep 17 00:00:00 2001 From: cyfraeviolae Date: Wed, 2 Mar 2022 17:07:09 -0500 Subject: poem --- static/poems.js | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/static/poems.js b/static/poems.js index af92bf2..8c573a2 100644 --- a/static/poems.js +++ b/static/poems.js @@ -76,4 +76,25 @@ By shallow rivers to whose falls Melodious birds sing madrigals.`, "link": "https://en.wikipedia.org/wiki/The_Passionate_Shepherd_to_His_Love", }, + { + "line": "To dew her orbs upon the green".split(' '), + "scansion": ['x', '/', 'x', '/', 'x/', 'x', '/'], + "title": "Puck, Act II, Scene I", + "collection": "A Midsummer's Night Dream", + "author": "William Shakespeare", + "meter": "iambic tetrameter", + "ctx": `Over hill, over dale, +Thorough bush, thorough brier, +Over park, over pale, +Thorough flood, thorough fire, +I do wander everywhere, +Swifter than the moon's sphere; +And I serve the fairy queen, +To dew her orbs upon the green. +The cowslips tall her pensioners be: +In their gold coats spots you see; +Those be rubies, fairy favours, +In those freckles live their savours:`, + "link": "http://shakespeare.mit.edu/midsummer/full.html#2.1.2", + }, ] -- cgit v1.2.3