From dd355cce9a14da04f1ebedc43141290205cd5889 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Fri, 5 Dec 2025 16:07:41 -0500 Subject: [PATCH] Add remaining poetic sections (37 books total) Old Testament: - Ezekiel (laments: ch 19, 26-28, 31-32) - Numbers (Well song, Balaam's oracles: ch 21, 23-24) - 1 Chronicles 16 (David's psalm) New Testament hymns/poetry: - John 1:1-18 (Prologue) - Philippians 2:6-11 (Christ hymn) - Colossians 1:15-20 (Christ hymn) - 1 Timothy 3:16 (hymn fragment) - Revelation (songs in ch 4, 5, 7, 11, 15, 19) - Romans 8:31-39, 11:33-36 (doxologies) - 1 Corinthians 13 (love), 15 (resurrection) --- kjvstudy_org/data/poetry_formatting.json | 215 +++++++++++++++++++++++ 1 file changed, 215 insertions(+) diff --git a/kjvstudy_org/data/poetry_formatting.json b/kjvstudy_org/data/poetry_formatting.json index 035b3fa..ad7f24c 100644 --- a/kjvstudy_org/data/poetry_formatting.json +++ b/kjvstudy_org/data/poetry_formatting.json @@ -2593,6 +2593,221 @@ 35 ] } + }, + "Ezekiel": { + "is_poetry": false, + "poetry_chapters": [ + 19, + 26, + 27, + 28, + 31, + 32 + ], + "stanza_breaks": { + "19": [ + 5, + 10, + 14 + ], + "26": [ + 7, + 14, + 19 + ], + "27": [ + 9, + 19, + 27, + 36 + ], + "28": [ + 6, + 10, + 17, + 23 + ], + "31": [ + 9, + 14, + 18 + ], + "32": [ + 8, + 16, + 21, + 27, + 32 + ] + } + }, + "Numbers": { + "is_poetry": false, + "poetry_chapters": [ + 21, + 23, + 24 + ], + "stanza_breaks": { + "21": [ + 18, + 20, + 27, + 30 + ], + "23": [ + 8, + 12, + 19, + 24, + 26 + ], + "24": [ + 5, + 9, + 15, + 20, + 24 + ] + } + }, + "1 Chronicles": { + "is_poetry": false, + "poetry_chapters": [ + 16 + ], + "stanza_breaks": { + "16": [ + 8, + 14, + 22, + 29, + 34 + ] + } + }, + "John": { + "is_poetry": false, + "poetry_chapters": [ + 1 + ], + "stanza_breaks": { + "1": [ + 5, + 9, + 14, + 18 + ] + } + }, + "Philippians": { + "is_poetry": false, + "poetry_chapters": [ + 2 + ], + "stanza_breaks": { + "2": [ + 8, + 11 + ] + } + }, + "Colossians": { + "is_poetry": false, + "poetry_chapters": [ + 1 + ], + "stanza_breaks": { + "1": [ + 17, + 20 + ] + } + }, + "1 Timothy": { + "is_poetry": false, + "poetry_chapters": [ + 3 + ], + "stanza_breaks": { + "3": [ + 16 + ] + } + }, + "Revelation": { + "is_poetry": false, + "poetry_chapters": [ + 4, + 5, + 7, + 11, + 15, + 19 + ], + "stanza_breaks": { + "4": [ + 9, + 11 + ], + "5": [ + 10, + 13, + 14 + ], + "7": [ + 12, + 17 + ], + "11": [ + 17, + 18 + ], + "15": [ + 4 + ], + "19": [ + 4, + 8 + ] + } + }, + "Romans": { + "is_poetry": false, + "poetry_chapters": [ + 8, + 11 + ], + "stanza_breaks": { + "8": [ + 35, + 39 + ], + "11": [ + 35, + 36 + ] + } + }, + "1 Corinthians": { + "is_poetry": false, + "poetry_chapters": [ + 13, + 15 + ], + "stanza_breaks": { + "13": [ + 4, + 7, + 13 + ], + "15": [ + 42, + 49, + 55, + 58 + ] + } } } } \ No newline at end of file