mirror of
https://github.com/kennethreitz/kjvstudy.org.git
synced 2026-06-05 23:00:16 +00:00
Fix more stanza break issues in Psalms, Prophets, and Historical books
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 <noreply@anthropic.com>
This commit is contained in:
@@ -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
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user