Sweep minorHoursCommon (P/T/S/N) across the whole calendar, not just the 94-saint batch
Deploy / deploy (push) Successful in 56s
Deploy / deploy (push) Successful in 56s
The original 29-saint P/T/S/N pass only ever covered duplex-majus+ saints; every below-majus saint from the *original*, pre-94-batch 109-saint pass had never had Prime/Terce/Sext/None attempted at all -- same gap already found and fixed for the 94-batch's own below-majus saints, now closed for the rest of the calendar too. Reused the Kalendaria-table-validated fileref approach rather than a blind Sancti/MM-DD.txt read -- a real near-miss caught this early: St. Apollonia's Sancti/02-09.txt is currently St. Cyril of Alexandria's (a 19th-century addition to that filename slot); blind reading would have silently attributed his Doctor-of-the-Church Common to her. Also fixed a regex bug the same pass turned up: the "vide"/"ex CXX" pattern matched the bare word "Commune" (no number) and reading-specific sub-references like "ex C4 in 2 loco" -- found via St. Clement, whose Monastic-specific [Rule] override has neither a clean "vide CXX" nor a number after "Commune." 90 below-majus saints swept, ~82 wired directly into the categories already established in the previous commits -- no new content needed, every C-number variant found already falls inside an already-verified family. A real bug this pass caught and fixed in its own output: Ss. Ursula and Companions (deliberately left minorHoursCommon-unwired) got swept up and wrongly wired, since she has collectCommon set despite propers: null and being a genuine commemoration-only stub -- the Kalendaria lookup silently defaulted to St. Hilarion's own primary slot at her shared date. Caught by cross-checking every swept saint's propers field for this exact pattern; reverted. A real new category found: Doctors of the Church are not one thing. 6 of the 7 saints whose own [Rule] says "vide C4a" (Athanasius, Augustine, Basil the Great, Hilary of Poitiers, John Chrysostom, Leo I) render P/T/S/N byte-identical to the already-verified common-of-a-confessor-bishop -- wired directly. St. Gregory the Great is the one genuine exception: his own live-rendered P/T/S/N is real, unique proper text (his own election, his Liber Regulae Pastoralis, the dove-and-quill legend, the "non Angli sed Angeli" episode) -- 7 new files, English translated throughout since the source rendered none. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
# Verified against Divinum Officium (Monastic Tridentinum 1617), None
|
||||
# live query, St. Gregory the Great's own day (2033-03-12) -- see
|
||||
# prime-antiphon-st-gregory-the-great.yml's header for the full
|
||||
# provenance note. English translated (no source rendering), `draft`.
|
||||
id: none-antiphon-st-gregory-the-great
|
||||
text:
|
||||
la: "Gregórius, * monachórum spéculum, pater Urbis, orbis delíciæ."
|
||||
en: "Gregory, * the mirror of monks, father of the City, the delight of the world."
|
||||
status:
|
||||
la: verified
|
||||
en: draft
|
||||
@@ -0,0 +1,16 @@
|
||||
# Verified against Divinum Officium (Monastic Tridentinum 1617), None
|
||||
# live query, St. Gregory the Great's own day (2033-03-12) -- see
|
||||
# prime-antiphon-st-gregory-the-great.yml's header for the full
|
||||
# provenance note. The source's own English page rendered the closing
|
||||
# versicles but not the reading itself (silently duplicated the Latin);
|
||||
# only the reading is translated here, so `draft`.
|
||||
id: none-capitulum-st-gregory-the-great
|
||||
text:
|
||||
la: "Curávit gentem suam, et liberávit eam a perditióne. Qui prævalúit amplificáre civitátem, qui adéptus est glóriam in conversatióne gentis. R. Deo grátias. V. Tu es sacérdos in ætérnum. R. Secúndum órdinem Melchísedech."
|
||||
en: "He took care of his nation, and delivered it from destruction. He prevailed to enlarge the city, and obtained glory by his converse with the people. R. Thanks be to God. V. Thou art a Priest for ever. R. After the order of Melchisedek."
|
||||
citation:
|
||||
la: "Eccl 50:4-5"
|
||||
en: "Eccl 50:4-5"
|
||||
status:
|
||||
la: verified
|
||||
en: draft
|
||||
@@ -0,0 +1,16 @@
|
||||
# Verified against Divinum Officium (Monastic Tridentinum 1617), Prime
|
||||
# live query, St. Gregory the Great's own day (2033-03-12) -- own proper
|
||||
# text, not shared with common-of-a-confessor-bishop.yml (unlike most
|
||||
# other Doctor-of-the-Church saints on this calendar, whose own [Rule]
|
||||
# also says "vide C4a" but whose actual live-rendered P/T/S/N is
|
||||
# byte-identical to common-of-a-confessor-bishop's -- see TODO.md's
|
||||
# "minor hour content gaps" section). Alludes to his own election as
|
||||
# Pope. English translated (the source's own English page didn't render
|
||||
# one, same gap as his existing Benedictus-antiphon file), so `draft`.
|
||||
id: prime-antiphon-st-gregory-the-great
|
||||
text:
|
||||
la: "Beátus Gregórius * in cáthedra Petri sublimátus, Vigilántis nomen factis implévit."
|
||||
en: "Blessed Gregory, * raised up to the Chair of Peter, fulfilled in his deeds the name of the Watchman."
|
||||
status:
|
||||
la: verified
|
||||
en: draft
|
||||
@@ -0,0 +1,14 @@
|
||||
# Verified against Divinum Officium (Monastic Tridentinum 1617), Sext
|
||||
# live query, St. Gregory the Great's own day (2033-03-12) -- see
|
||||
# prime-antiphon-st-gregory-the-great.yml's header for the full
|
||||
# provenance note. Alludes to the legend of the Holy Spirit inspiring
|
||||
# his writings as a dove (the traditional iconography of Gregory
|
||||
# dictating with a dove at his ear). English translated (no source
|
||||
# rendering), `draft`.
|
||||
id: sext-antiphon-st-gregory-the-great
|
||||
text:
|
||||
la: "Dum páginæ sacræ * mystéria pánderet, colúmba nive candídior appáruit."
|
||||
en: "While he was unfolding * the mysteries of the sacred page, a dove whiter than snow appeared."
|
||||
status:
|
||||
la: verified
|
||||
en: draft
|
||||
@@ -0,0 +1,16 @@
|
||||
# Verified against Divinum Officium (Monastic Tridentinum 1617), Sext
|
||||
# live query, St. Gregory the Great's own day (2033-03-12) -- see
|
||||
# prime-antiphon-st-gregory-the-great.yml's header for the full
|
||||
# provenance note. The source's own English page rendered the closing
|
||||
# versicles but not the reading itself (silently duplicated the Latin);
|
||||
# only the reading is translated here, so `draft`.
|
||||
id: sext-capitulum-st-gregory-the-great
|
||||
text:
|
||||
la: "Stare fecit cantóres contra altáre, et in sono eórum dulces fecit modos. Et dedit in celebratiónibus decus, et ornávit témpora usque ad consummatiónem vitæ. R. Deo grátias. V. Elégit eum Dóminus sacerdótem sibi. R. Ad sacrificándum ei hóstiam laudis."
|
||||
en: "He set singers before the altar, and in their sound he made sweet melody. And he gave beauty to the feasts, and set the times in order even to the end of his life. R. Thanks be to God. V. The Lord hath chosen him for a Priest unto Himself. R. To offer up unto Him the sacrifice of praise."
|
||||
citation:
|
||||
la: "Eccl 47:11-12"
|
||||
en: "Eccl 47:11-12"
|
||||
status:
|
||||
la: verified
|
||||
en: draft
|
||||
@@ -0,0 +1,12 @@
|
||||
# Verified against Divinum Officium (Monastic Tridentinum 1617), Terce
|
||||
# live query, St. Gregory the Great's own day (2033-03-12) -- see
|
||||
# prime-antiphon-st-gregory-the-great.yml's header for the full
|
||||
# provenance note. Alludes to his "Liber Regulæ Pastoralis." English
|
||||
# translated (no source rendering), `draft`.
|
||||
id: terce-antiphon-st-gregory-the-great
|
||||
text:
|
||||
la: "Pastor exímius * pastorális vitæ spécimen trádidit et régulam."
|
||||
en: "An excellent shepherd, * he handed down both the pattern and the rule of the pastoral life."
|
||||
status:
|
||||
la: verified
|
||||
en: draft
|
||||
@@ -0,0 +1,16 @@
|
||||
# Verified against Divinum Officium (Monastic Tridentinum 1617), Terce
|
||||
# live query, St. Gregory the Great's own day (2033-03-12) -- see
|
||||
# prime-antiphon-st-gregory-the-great.yml's header for the full
|
||||
# provenance note. The source's own English page rendered the closing
|
||||
# versicles but not the reading itself (silently duplicated the Latin);
|
||||
# only the reading is translated here, so `draft`.
|
||||
id: terce-capitulum-st-gregory-the-great
|
||||
text:
|
||||
la: "Ecce sacérdos magnus, qui in vita sua suffúlsit domum, et in diébus suis corroborávit templum. R. Deo grátias. V. Amávit eum Dóminus, et ornávit eum. R. Stolam glóriæ índuit eum."
|
||||
en: "Behold a great priest, who in his life propped up the house, and in his days strengthened the temple. R. Thanks be to God. V. The Lord loved him and beautified him. R. He clothed him with a robe of glory."
|
||||
citation:
|
||||
la: "Eccl 50:1"
|
||||
en: "Eccl 50:1"
|
||||
status:
|
||||
la: verified
|
||||
en: draft
|
||||
Reference in New Issue
Block a user