Author missing Matins Gospel pericopes across nocturn-readings store
Deploy / deploy (push) Successful in 1m56s
Deploy / deploy (push) Successful in 1m56s
~110 of 355 nocturn-readings files had a patristic homily with no paired Gospel-pericope text -- the homily discussing a Gospel that was never itself transcribed into the file. Closed in two waves (the first pass's source-string regex missed many real cases where the citation lived only in a header comment or wasn't named at all), each entry sourced from divinum-officium-reference's own Missale files (following Sancti/Commune redirects where a feast reuses another's Gospel) and verified per file rather than assumed -- several candidates turned out to be genuine Nocturn 2 content or Common-of-saints cross-references with no proper Gospel of their own, correctly left untouched. Includes both live-reported gaps: St. Joseph of Cupertino's own Bk. II Homily 38 (Matt 22:1-14) and the Vigil of St. Matthew's Ambrose homily (Luke 5:27-32). TODO.md logs the closed item plus a new, distinct follow-up: a handful of files with no Nocturn 3 content authored at all (not just an unpaired Gospel), found along the way. npm test (2029 passed) and tsc --noEmit both pass. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01MKC2QQGLYo2UTiDjDyWEkW
This commit is contained in:
@@ -16,11 +16,20 @@
|
||||
# Common of Feasts of the BVM's own Nocturn 3 (Commune/C11.txt): a bare
|
||||
# Gospel incipit (Luke 11:27-28, "Et réliqua") followed by the Venerable
|
||||
# Bede's homily. Per the established convention of not transcribing
|
||||
# bare incipits, only the homily is authored here (not marked isGospel).
|
||||
# bare incipits, only the homily was originally authored here (not
|
||||
# marked isGospel).
|
||||
# Same shared C11 content also used by
|
||||
# presentation-of-the-bvm.yml's own Nocturn 3 — the Matins mechanism has
|
||||
# no cross-id lookup for nocturn-readings the way collect/antiphon do
|
||||
# via `propers`, so it's duplicated rather than referenced.
|
||||
#
|
||||
# Update (2026-09-05): the Gospel pericope itself is now authored too
|
||||
# (isGospel: true, immediately before Bede's homily). Though Commune/
|
||||
# C11.txt's own Nocturn 3 Lectio7 cuts it off at "Et réliqua", the full
|
||||
# two-verse pericope (Luke 11:27-28) is short enough that C11.txt's own
|
||||
# Missa [Evangelium] (same file) gives it complete — sourced from there,
|
||||
# not guessed at or reconstructed from the homily's mid-paragraph
|
||||
# quotations alone.
|
||||
id: our-lady-of-the-snows
|
||||
readings:
|
||||
- nocturn: 2
|
||||
@@ -82,6 +91,21 @@ readings:
|
||||
place.
|
||||
status: { la: verified, en: verified }
|
||||
|
||||
- nocturn: 3
|
||||
isGospel: true
|
||||
citation: { la: "Luc 11:27-28", en: "Luke 11:27-28" }
|
||||
text:
|
||||
la: >-
|
||||
In illo témpore: Loquénte Jesu ad turbas, extóllens vocem quædam múlier de turba, dixit
|
||||
illi: Beátus venter, qui te portávit, et úbera, quæ suxísti. At ille dixit: Quinímmo
|
||||
beáti, qui áudiunt verbum Dei, et custódiunt illud.
|
||||
en: >-
|
||||
At that time, as Jesus was speaking to the multitudes, a certain woman from the crowd
|
||||
lifted up her voice and said to Him, "Blessed is the womb that bore You, and the breasts
|
||||
that nursed You." But He said, "Rather, blessed are they who hear the word of God and
|
||||
keep it."
|
||||
status: { la: verified, en: verified }
|
||||
|
||||
- nocturn: 3
|
||||
isGospel: false
|
||||
source: "The Venerable Bede, Commentary on Luke, Book IV, ch. 49 (on Luke 11:27-28)"
|
||||
|
||||
Reference in New Issue
Block a user