Add Matins psalmody overrides for a Duplex+ weekday feast
matins.ts's three-nocturn gate correctly governed nocturn count (Sunday, or Duplex+) but wrongly reused the literal Sunday psalmody as content for every three-nocturn day, including a weekday feast. Live- verified (Monastic Tridentinum 1617) that a Duplex+ weekday feast has its own genuinely different psalmody -- confirmed per-Common-category, not per-saint, by cross-checking St. Lawrence against St. Ignatius of Antioch (a different Martyr sub-category, nearly identical psalm numbers, different antiphons). New mechanism (matins-psalmody-overrides.ts, mirroring the Lauds one but keyed per-category) with St. Lawrence authored as the live-verified proof; falls back to the plain ferial weekday table, redistributed into 3 nocturns, for every other Duplex+ id until its own category's content is authored. Also generalizes the canticle shape to support a citation spanning multiple scripture chapters under one heading (Lawrence's own Nocturn 3), and adds the new Sirach/Jeremiah chapters his canticles cite.
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
# Jeremiah 17:7-8, transcribed from a live Divinum Officium query
|
||||
# (Monastic Tridentinum 1617, command=prayMatutinum, 2026-08-17 — St.
|
||||
# Lawrence's own octave closing day, Matins Nocturn III's second
|
||||
# canticle). Verse 8 is split into two half-verses by the source itself
|
||||
# (each half its own antiphon-verse line); transcribed as two separate
|
||||
# entries under the same verse number, matching how the source renders
|
||||
# it, not merged into one. Only 7-8 are authored; the rest of the
|
||||
# chapter is unauthored.
|
||||
book: jer
|
||||
chapter: 17
|
||||
verses:
|
||||
- n: 7
|
||||
text:
|
||||
la: "Benedíctus vir qui confídit in Dómino, * et erit Dóminus fidúcia ejus."
|
||||
en: "Blessed be the man that trusteth in the Lord, * and the Lord shall be his confidence."
|
||||
status: { la: verified, en: verified }
|
||||
- n: 8
|
||||
text:
|
||||
la: "Et erit quasi lignum quod transplantátur super aquas, quod ad humórem mittit radíces suas, * et non timébit cum vénerit æstus."
|
||||
en: "And he shall be as a tree that is planted by the waters, that spreadeth out its roots towards moisture: * and it shall not fear when the heat cometh."
|
||||
status: { la: verified, en: verified }
|
||||
- n: 8
|
||||
text:
|
||||
la: "Et erit fólium ejus víride, et in témpore siccitátis non erit sollícitum, * nec aliquándo désinet fácere fructum."
|
||||
en: "And the leaf thereof shall be green, and in the time of drought it shall not be solicitous, * neither shall it cease at any time to bring forth fruit."
|
||||
status: { la: verified, en: verified }
|
||||
@@ -0,0 +1,14 @@
|
||||
# Sirach (Ecclesiasticus) 14:22, transcribed from a live Divinum Officium
|
||||
# query (Monastic Tridentinum 1617, command=prayMatutinum, 2026-08-17 —
|
||||
# St. Lawrence's own octave closing day, Matins Nocturn III's first
|
||||
# canticle, "Eccli 14:22;15:3-4;15:6" — see
|
||||
# data/hours/matins-psalmody-overrides/st-lawrence.yml). Only this verse
|
||||
# is authored; the rest of the chapter is unauthored.
|
||||
book: sir
|
||||
chapter: 14
|
||||
verses:
|
||||
- n: 22
|
||||
text:
|
||||
la: "Beátus vir qui in sapiéntia morábitur, et qui in justítia sua meditábitur, * et in sensu cogitábit circumspectiónem Dei."
|
||||
en: "Blessed is the man that shall continue in wisdom, and that shall meditate in his justice, * and in his mind shall think of the all-seeing eye of God."
|
||||
status: { la: verified, en: verified }
|
||||
@@ -0,0 +1,25 @@
|
||||
# Sirach (Ecclesiasticus) 15:3-4,6, transcribed from a live Divinum
|
||||
# Officium query (Monastic Tridentinum 1617, command=prayMatutinum,
|
||||
# 2026-08-17 — St. Lawrence's own octave closing day, Matins Nocturn
|
||||
# III's first canticle, "Eccli 14:22;15:3-4;15:6" — see
|
||||
# data/hours/matins-psalmody-overrides/st-lawrence.yml). Verse 5 is
|
||||
# skipped by the citation itself, not an authoring gap; only 3-4 and 6
|
||||
# are authored, the rest of the chapter is unauthored.
|
||||
book: sir
|
||||
chapter: 15
|
||||
verses:
|
||||
- n: 3
|
||||
text:
|
||||
la: "Cibábit illum pane vitæ et intelléctus, * et aqua sapiéntiæ salutáris potábit illum:"
|
||||
en: "With the bread of life and understanding, * she shall feed him, and give him the water of wholesome wisdom to drink."
|
||||
status: { la: verified, en: verified }
|
||||
- n: 4
|
||||
text:
|
||||
la: "Et firmábitur in illo, et non flectétur: et continébit illum, et non confundétur: * et exaltábit illum apud próximos suos."
|
||||
en: "And she shall be made strong in him, and he shall not be moved: And she shall hold him fast, and he shall not be confounded: * and she shall exalt him among his neighbours."
|
||||
status: { la: verified, en: verified }
|
||||
- n: 6
|
||||
text:
|
||||
la: "Et nómine ætérno hæreditábit illum * Dóminus Deus noster."
|
||||
en: "And shall cause him to inherit an everlasting name * the Lord our God."
|
||||
status: { la: verified, en: verified }
|
||||
@@ -0,0 +1,35 @@
|
||||
# Sirach (Ecclesiasticus) 31:8-11, transcribed from a live Divinum
|
||||
# Officium query (Monastic Tridentinum 1617, command=prayMatutinum,
|
||||
# 2026-08-17 — St. Lawrence's own octave closing day, Matins Nocturn
|
||||
# III's third canticle). Verse 10 is split into two half-verses by the
|
||||
# source itself, transcribed as two separate entries under the same
|
||||
# verse number, matching how the source renders it. Only 8-11 are
|
||||
# authored; the rest of the chapter is unauthored.
|
||||
book: sir
|
||||
chapter: 31
|
||||
verses:
|
||||
- n: 8
|
||||
text:
|
||||
la: "Beátus vir, qui invéntus est sine mácula, et qui post aurum non ábiit, * nec sperávit in pecúnia et thesáuris."
|
||||
en: "Blessed is the man that is found without blemish: and that hath not gone after gold, * nor put his trust in money nor in treasures."
|
||||
status: { la: verified, en: verified }
|
||||
- n: 9
|
||||
text:
|
||||
la: "Quis est hic, et laudábimus eum? * fecit enim mirabília in vita sua."
|
||||
en: "Who is he, and we will praise him? * for he hath done wonderful things in his life."
|
||||
status: { la: verified, en: verified }
|
||||
- n: 10
|
||||
text:
|
||||
la: "Qui probátus est in illo, et perféctus est, * erit illi glória ætérna:"
|
||||
en: "Who hath been tried thereby, and made perfect, * he shall have glory everlasting."
|
||||
status: { la: verified, en: verified }
|
||||
- n: 10
|
||||
text:
|
||||
la: "Qui pótuit tránsgredi, et non est transgréssus; * fácere mala, et non fecit."
|
||||
en: "He that could have transgressed, and hath not transgressed: * and could do evil things, and hath not done them."
|
||||
status: { la: verified, en: verified }
|
||||
- n: 11
|
||||
text:
|
||||
la: "Ideo stabilíta sunt bona illíus in Dómino, * et eleemósynas illíus enarrábit omnis ecclésia sanctórum."
|
||||
en: "Therefore are his goods established in the Lord, * and all the church of the saints shall declare his alms."
|
||||
status: { la: verified, en: verified }
|
||||
Reference in New Issue
Block a user