9c9811a9ed
Deploy / deploy (push) Successful in 53s
Monastic 1617 has no Preces feriales at Lauds at all -- content sourced from Tridentine 1906/1910 per direct instruction, same track as the Cross suffrage and St. Joseph's suffrage. New lauds-preces-feriales.yml (Kyrie, Pater noster, the full versicle litany, Psalm 129, closing versicles) transcribed from a live query against a clean Advent feria, matching what actually rendered rather than the underlying template's own conditional markup (the Pope/Bishop and benefactors' versicles are both dropped live despite being present in the template; the King/nation versicle pair is kept despite the template's own rubric note suggesting otherwise). New `lauds-preces` part kind (hours/types.ts) picks between this and the existing short Sunday/feast litany (lauds-short-litany.yml, unchanged content) on a ferial-or-vigil day. Deliberately not the shared `isSundayOrFeast` predicate, which treats a Vigil as a "feast" -- here a Vigil needs to land on the ferial side instead, per direct instruction. Also deliberately wider than the real 1906/1910 rubric itself, which restricts the fuller form to Advent/Lent/Ember days specifically -- shown on *every* ferial or vigil day instead, mirroring the identical explicit choice already made for Prime's own ferial Preces. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
31 lines
1.6 KiB
YAML
31 lines
1.6 KiB
YAML
# Verified against Divinum Officium (Monastic Tridentinum 1617), Lauds live
|
|
# query. What Benedict calls the "Kyrie eleison" (RB 9, 17) plus the Lord's
|
|
# Prayer said aloud with the choir completing only the last line — the
|
|
# fixed lead-in that always precedes the day's own collect (see
|
|
# hours/resolve-common.ts's getDayCollects for the collect(s) themselves,
|
|
# not stored here). Distinct from the second, fully silent Pater Noster
|
|
# near the very end of Lauds — see lauds-closing-versicle.yml.
|
|
#
|
|
# Used on Sundays and feasts specifically — see hours/lauds.ts's
|
|
# 'lauds-preces' case, which swaps in the fuller lauds-preces-feriales.yml
|
|
# instead on a ferial or vigil day.
|
|
id: lauds-short-litany
|
|
text:
|
|
la: |
|
|
Kýrie, eléison. Christe, eléison. Kýrie, eléison.
|
|
Pater noster, qui es in cælis, sanctificétur nomen tuum: advéniat regnum tuum: fiat volúntas tua, sicut in cælo et in terra. Panem nostrum quotidiánum da nobis hódie: et dimítte nobis débita nostra, sicut et nos dimíttimus debitóribus nostris:
|
|
V. Et ne nos indúcas in tentatiónem:
|
|
R. Sed líbera nos a malo.
|
|
V. Dómine, exáudi oratiónem meam.
|
|
R. Et clamor meus ad te véniat.
|
|
en: |
|
|
Lord have mercy upon us, Christ have mercy upon us, Lord have mercy upon us.
|
|
Our Father, who art in heaven, Hallowed be thy name. Thy kingdom come. Thy will be done on earth as it is in heaven. Give us this day our daily bread. And forgive us our trespasses, as we forgive those who trespass against us.
|
|
V. And lead us not into temptation:
|
|
R. But deliver us from evil.
|
|
V. O Lord, hear my prayer.
|
|
R. And let my cry come unto thee.
|
|
status:
|
|
la: verified
|
|
en: verified
|