From 620d382297e50ef411f57c7b4ebb30fecc899635 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sat, 6 Dec 2025 11:55:26 -0500 Subject: [PATCH] Fix stanza breaks in 22 Psalms (off-by-one corrections) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Systematically reviewed Psalm stanza break placements and fixed off-by-one errors where breaks were at section endings rather than beginnings of new sections. Fixed Psalms: 35, 38, 56-61, 64, 69-71, 74-76, 79-80, 82-83, 85, 88 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- kjvstudy_org/data/poetry_formatting.json | 64 ++++++++++++------------ 1 file changed, 32 insertions(+), 32 deletions(-) diff --git a/kjvstudy_org/data/poetry_formatting.json b/kjvstudy_org/data/poetry_formatting.json index a340d6e..079c16c 100644 --- a/kjvstudy_org/data/poetry_formatting.json +++ b/kjvstudy_org/data/poetry_formatting.json @@ -291,9 +291,9 @@ ], "34": [], "35": [ - 10, - 18, - 24 + 11, + 19, + 25 ], "36": [ 5, @@ -301,7 +301,7 @@ ], "37": [], "38": [ - 9, + 10, 15 ], "39": [ @@ -375,24 +375,24 @@ ], "56": [ 5, - 9 + 10 ], "57": [ - 5 + 6 ], "58": [ - 5 + 6 ], "59": [ 6, - 10, + 11, 14 ], "60": [ - 5 + 6 ], "61": [ - 5 + 6 ], "62": [ 5, @@ -403,7 +403,7 @@ 9 ], "64": [ - 6 + 7 ], "65": [ 5, @@ -425,18 +425,18 @@ 32 ], "69": [ - 6, - 14, + 7, + 13, 22, 30 ], "70": [ - 3 + 4 ], "71": [ - 6, + 7, 14, - 19 + 20 ], "72": [ 8, @@ -450,18 +450,18 @@ 23 ], "74": [ - 9, - 14, - 20 + 10, + 15, + 21 ], "75": [ - 4, - 8 + 6, + 9 ], "76": [ - 4, + 5, 7, - 10 + 11 ], "77": [ 5, @@ -477,24 +477,24 @@ 65 ], "79": [ - 5, - 9 + 6, + 10 ], "80": [ 4, 8, - 15 + 16 ], "81": [ 6, 11 ], "82": [ - 5 + 6 ], "83": [ 9, - 14 + 15 ], "84": [ 5, @@ -503,7 +503,7 @@ "85": [ 4, 8, - 11 + 12 ], "86": [ 6, @@ -514,9 +514,9 @@ 4 ], "88": [ - 7, - 10, - 14 + 8, + 11, + 13 ], "89": [ 5,