Add Preces (Kyrie/Pater Noster + short litany) to Terce, Sext, and None
Deploy / deploy (push) Successful in 1m19s
Deploy / deploy (push) Successful in 1m19s
Real Monastic 1617 has no Preces at the Little Hours, and that was previously documented as intentional. Per this project's "not a reconstruction" design, Prime was recently given Preces in the secular Tridentine form as a deliberate deviation from Monastic — do the same here: the reference engine's ferial minor-hour Preces (Kyrie, Pater Noster, then "Domine Deus virtutum, converte nos..." V/R pairs) is authored as a single shared common id and wired into all three hours after the chapter. By explicit choice this is said every day regardless of rank, mirroring Prime's own "every ferial day" simplification, rather than importing the reference engine's Sunday/feast form, whose sourcing (a V/R block reused from Compline) looks like a data quirk rather than genuine minor-hour content. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01PXySSbbUh1EhdN1RnAoCaP
This commit is contained in:
@@ -12,8 +12,14 @@
|
||||
# short versicle/response (*not* a separate elaborate responsory the way
|
||||
# Prime's chapter-responsory.ts adds one — Monastic Terce doesn't have
|
||||
# one), the day's own collect, and a closing that's identical across all
|
||||
# three Little Hours (see little-hour-conclusio.yml). No Preces, no Creed —
|
||||
# real Monastic Terce/Sext/None have neither.
|
||||
# three Little Hours (see little-hour-conclusio.yml). No Creed — real
|
||||
# Monastic Terce/Sext/None doesn't have one.
|
||||
#
|
||||
# Preces (Kyrie/Pater Noster + a short V/R litany) were added after the
|
||||
# chapter/collect, by deliberate choice, even though real Monastic
|
||||
# Terce/Sext/None has none — see minor-hour-preces-feriales.yml's header
|
||||
# for the reference-engine source and the "every day" simplification,
|
||||
# mirroring the same deviation already made for Prime.
|
||||
id: terce
|
||||
parts:
|
||||
- kind: opening-versicle
|
||||
@@ -23,6 +29,9 @@ parts:
|
||||
resolve: by-weekday
|
||||
- kind: chapter
|
||||
textRef: { source: common, id: terce-capitulum-per-annum }
|
||||
- kind: preces
|
||||
textRef: { source: common, id: minor-hour-preces-feriales }
|
||||
label: Preces
|
||||
- kind: day-collect
|
||||
- kind: preces
|
||||
textRef: { source: common, id: little-hour-conclusio }
|
||||
|
||||
Reference in New Issue
Block a user