From e74efcb5cf63fecea355b94a207236ab44b5c99e Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Fri, 5 Dec 2025 16:37:59 -0500 Subject: [PATCH] Fix more stanza break issues in Psalms, Prophets, and Historical books MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Psalms: - Ps 22: [6,12,19,23,27] → [6,12,19,22,27] - vow to praise starts v22 - Ps 51: [4,9,13,17] → [7,10,13,18] - proper confession/cleansing/renewal divisions - Ps 139: [6,13,19] → [7,13,19,23] - omnipresence starts v7, final prayer at v23 Prophets: - Isaiah 40: [5,11,17,22,27,31] → [6,12,18,22,27] - sections properly divided - Micah 6: [5,9,16] → [6,9] - "what does LORD require" starts v6 - Habakkuk 3: [6,11,16,19] → [8,12,16] - rhetorical questions start v8 Historical: - Judges 5: [6,11,18,23,28,31] → [6,12,19,23,28,31] - muster at v12, battle at v19 - 1 Samuel 2: [5,10] → [6,10] - "LORD killeth" section starts v6 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- kjvstudy_org/data/poetry_formatting.json | 40 +++++++++++------------- 1 file changed, 19 insertions(+), 21 deletions(-) diff --git a/kjvstudy_org/data/poetry_formatting.json b/kjvstudy_org/data/poetry_formatting.json index f716928..8d95f7b 100644 --- a/kjvstudy_org/data/poetry_formatting.json +++ b/kjvstudy_org/data/poetry_formatting.json @@ -243,7 +243,7 @@ 6, 12, 19, - 23, + 22, 27 ], "23": [ @@ -356,10 +356,10 @@ 22 ], "51": [ - 4, - 9, + 7, + 10, 13, - 17 + 18 ], "52": [ 5 @@ -728,9 +728,10 @@ 4 ], "139": [ - 6, + 7, 13, - 19 + 19, + 23 ], "140": [ 5, @@ -1594,12 +1595,11 @@ 8 ], "40": [ - 5, - 11, - 17, + 6, + 12, + 18, 22, - 27, - 31 + 27 ], "41": [ 7, @@ -2255,9 +2255,8 @@ 15 ], "6": [ - 5, - 9, - 16 + 6, + 9 ], "7": [ 7, @@ -2305,10 +2304,9 @@ 20 ], "3": [ - 6, - 11, - 16, - 19 + 8, + 12, + 16 ] } }, @@ -2529,8 +2527,8 @@ "stanza_breaks": { "5": [ 6, - 11, - 18, + 12, + 19, 23, 28, 31 @@ -2544,7 +2542,7 @@ ], "stanza_breaks": { "2": [ - 5, + 6, 10 ] }