veromary / divinum-officium

Automatically exported from code.google.com/p/divinum-officium
0 stars 0 forks source link

Further problems with 11-02 offices #64

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
http://divinumofficium.com/cgi-bin/horas/Pofficium.pl?date1=11-2-2011&caller=&co
mmand=prayLaudes&version=Rubrics%201960&testmode=regular&lang2=Latin&votive=
(and similarly for other offices from prime to vespers)

What is the expected output? What do you see instead?
1) At lauds and vespers, there should be a versicle and response between the 
psalmody and the antiphon of the canticle (Benedictus/Magnificat). This is 
missing.
2) The minor hours begin with an Our Father and Hail Mary (and prime with the 
creed as well). These should not appear when the 1960 rubrics are followed.

Please provide any additional information below.
Issue (2) can easily be fixed by adding a version of 11-02.txt for the 1960 
rubrics, which version is identical to 11-02.txt except for the elimination of 
"&special('Initial', <language>)" from the special minor offices.

Issue (1) may require a logic change. The versicle and response are included in 
C9.txt (Versum 1 and Versum 2), but do not appear because of the rule "Omit 
Capitulum". There is also a rule "Capitulum Versum 2", which I expect is meant 
to make the versicle and response appear at lauds (and vespers?) even though 
the capitulum and responsory are omitted. If so, the rule doesn't work.

The attached archive supplies the fix for (2) and unpacks into ./horas.

Original issue reported on code.google.com by a...@liturgiaetmusica.com on 2 Nov 2011 at 9:38

Attachments:

GoogleCodeExporter commented 9 years ago
Files uploaded.

Original comment by canon.mi...@gmail.com on 2 Nov 2011 at 12:07

GoogleCodeExporter commented 9 years ago
r186 uploaded the modified file (K1960.txt), but not the new files 
horas/*/Sancti/11-02r.txt. This is a problem, because K1960.txt now references 
a file that does not exist.

Original comment by a...@liturgiaetmusica.com on 2 Nov 2011 at 4:45

GoogleCodeExporter commented 9 years ago

Original comment by canon.mi...@gmail.com on 3 Nov 2011 at 4:21

GoogleCodeExporter commented 9 years ago
Issue 77 has been merged into this issue.

Original comment by igregord on 16 Nov 2011 at 2:10

GoogleCodeExporter commented 9 years ago
Reposted from (mostly) duplicate issue #77:

http://divinumofficium.com/cgi-bin/missa/missa.pl?date=11-2-2011&version=Rubrics
%201960

r187 added separate 1960 versions (11-02r.txt) for the office, but not for 
Mass. This led to 2nd Nov being identified as a feria under the 1960 rubrics. 
r206 was my half-boiled attempt to fix it: it created *some* of the 
corresponding files for Mass, but neglected to account for the three Masses of 
the day (11-02m?.txt). The result was a strange mix of the Masses, regardless 
of which was selected.

Rather than duplicating those files too, implementation of data-file 
conditionals as specified in issue #76 would allow all the logic for the office 
to be expressed in one file per language, removing the need for separate 1960 
files at all.

Original comment by igregord on 16 Nov 2011 at 2:11

GoogleCodeExporter commented 9 years ago
As of r595 (probably slightly before), the original issue regarding the office 
is resolved. I haven't checked the Mass.

Original comment by a...@liturgiaetmusica.com on 6 Mar 2012 at 9:19

GoogleCodeExporter commented 9 years ago
In cases of concurrence (1955 and 1960 rubrics), should All Souls fall on a 
Saturday, 1st Vespers of Sunday trumps 2nd Vespers of All Souls, the latter 
being commemorated. An example would be 11/2/2013.

Original comment by canon.mi...@gmail.com on 20 Jun 2012 at 9:37

GoogleCodeExporter commented 9 years ago
I'll postpone handling concurrence as it might interact with issue 129, which 
I'd like to start thinking about.

Two significant problems remain: one is that the Office of the Dead should be 
of double rite on All Souls' day. This only affects the Tridentine rubrics as 
the DA office for that day is included explicitly in 11-02.

The other is that the octave of All Saints is completely wrong for DA, but this 
is a symptom of the fact that our handling of octaves is broken in general.

Everything else has now been dealt with:
- r1038 fixes the versicle;
- r1048, r1062, r1063, r1064, r1065 fix Masses with the 1960 rubrics;
- r1099 fixes the Tridentine bugs listed in issue 67, and some other related 
things.

Original comment by igregord on 29 Oct 2012 at 6:19