using Lectionary
= LiturgicalYear(2023)
lityear = epiphany(2, lityear) second_epiphany
the second Sunday after the Epiphany, January 14, 2024
Package version: 0.2.0
May 7, 2024
Lectionary.jl
is a Julia package that coordinates the liturgical calendar year with the Gregorian civil calendar and with the readings from the Revised Common Lectionary (RCL).
Learning the package | Using the package | |
---|---|---|
Hands-on | Try a tutorial to start using the package | Find recipes for specific tasks |
Cognition | Learn how the liturgical year and the RCL work | See reference information (including API documentation for all exported functions) |
Construct a specific day in the calendar of a liturgical year:
the second Sunday after the Epiphany, January 14, 2024
The RCL defines a single passage for each of the four readings for this day, but the first reading and the Psalm include options for shorter or longer selections of the passage:
1-element Vector{Vector{Union{CitableText.CtsUrn, String}}}:
["1 Samuel 3.1-3.10", "1 Samuel 3.11-3.20"]
1-element Vector{Vector{Union{CitableText.CtsUrn, String}}}:
[urn:cts:compnov:bible.1_samuel:3.1-3.10, urn:cts:compnov:bible.1_samuel:3.11-3.20]
1-element Vector{Vector{Union{CitableText.CtsUrn, String}}}:
["Psalm 139.13-139.18"]
1-element Vector{Vector{Union{CitableText.CtsUrn, String}}}:
["1 Corinthians 6.12-6.20"]
1-element Vector{Vector{Union{CitableText.CtsUrn, String}}}:
["John 1.43-1.51"]
The Gospel reading for Christmas Day offers a choice between two alternatives:
The current release includes complete RCL readings for Year B. Subsequent releases will add readings for Years A and C.