mirror of
https://github.com/kennethreitz/kjvstudy.org.git
synced 2026-06-05 23:00:16 +00:00
Fix stanza breaks in Lamentations, Ecclesiastes, and more Psalms
- Lamentations 1: [6,11,17,22] → [7,12,18] - first-person speech starts v12 - Lamentations 3: [18,33,42,54] → [19,40,48,55] - hope v19, repentance v40 - Ecclesiastes 3: [8,15,22] → [9,16] - "times" poem ends v8 - Psalm 44: [8,17,23] → [9,17,23] - lament starts v9 - Psalm 45: [8,13] → [10,16] - bride addressed from v10 - Psalm 50: [6,15,22] → [7,16,22] - God's speech v7, wicked v16 - Psalm 55: [8,16,20] → [9,16,22] - imprecation v9, conclusion v22 - Psalm 72: [8,12,17] → [8,12,18] - doxology starts v18 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -325,13 +325,13 @@
|
||||
3
|
||||
],
|
||||
"44": [
|
||||
8,
|
||||
9,
|
||||
17,
|
||||
23
|
||||
],
|
||||
"45": [
|
||||
8,
|
||||
13
|
||||
10,
|
||||
16
|
||||
],
|
||||
"46": [
|
||||
4,
|
||||
@@ -350,8 +350,8 @@
|
||||
16
|
||||
],
|
||||
"50": [
|
||||
6,
|
||||
15,
|
||||
7,
|
||||
16,
|
||||
22
|
||||
],
|
||||
"51": [
|
||||
@@ -370,9 +370,9 @@
|
||||
4
|
||||
],
|
||||
"55": [
|
||||
8,
|
||||
9,
|
||||
16,
|
||||
20
|
||||
22
|
||||
],
|
||||
"56": [
|
||||
5,
|
||||
@@ -442,7 +442,7 @@
|
||||
"72": [
|
||||
8,
|
||||
12,
|
||||
17
|
||||
18
|
||||
],
|
||||
"73": [
|
||||
4,
|
||||
@@ -1223,9 +1223,8 @@
|
||||
24
|
||||
],
|
||||
"3": [
|
||||
8,
|
||||
15,
|
||||
22
|
||||
9,
|
||||
16
|
||||
],
|
||||
"4": [
|
||||
6,
|
||||
@@ -1338,10 +1337,9 @@
|
||||
],
|
||||
"stanza_breaks": {
|
||||
"1": [
|
||||
6,
|
||||
11,
|
||||
17,
|
||||
22
|
||||
7,
|
||||
12,
|
||||
18
|
||||
],
|
||||
"2": [
|
||||
6,
|
||||
@@ -1350,10 +1348,10 @@
|
||||
22
|
||||
],
|
||||
"3": [
|
||||
18,
|
||||
33,
|
||||
42,
|
||||
54
|
||||
19,
|
||||
40,
|
||||
48,
|
||||
55
|
||||
],
|
||||
"4": [
|
||||
6,
|
||||
|
||||
Reference in New Issue
Block a user