Skip to content

Commit

Permalink
Merge pull request #3371 from mbab/h1568
Browse files Browse the repository at this point in the history
fix #1568
  • Loading branch information
APMarcello3 committed Sep 18, 2023
2 parents b67f584 + a53e2da commit dadd3d3
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
5 changes: 2 additions & 3 deletions web/cgi-bin/missa/propers.pl
Expand Up @@ -263,9 +263,8 @@ sub oratio {
our $oremusflag = "\_\n$prayers{$lang}->{Oremus}\n";
$oremusflag = '' if $type =~ /Secreta/i || $sub_unica_conc;

if (exists($w{'$type Vigilia'}) && ($version !~ /(1955|196)/ || $rule =~ /Vigilia/i)) {
$w = "!Commemoratio vigilia\n";
$w .= "!$type\n" . $w{"$type Vigilia"};
if (exists($w{"$type Vigilia"}) && ($version !~ /(1955|196)/ || $rule =~ /Vigilia/i)) {
$w .= $w{"$type Vigilia"};
$retvalue .= "$oremusflag$w\n";
$oremusflag = "";
}
Expand Down
1 change: 1 addition & 0 deletions web/www/missa/Latin/Sancti/02-23-petri-damiani.txt
@@ -0,0 +1 @@
@Sancti/02-23
11 changes: 11 additions & 0 deletions web/www/missa/Latin/Sancti/02-23.txt
Expand Up @@ -20,3 +20,14 @@ $Per Dominum
Ut nobis, Dómine, tua sacrifícia dent salútem: beátus Petrus Póntifex tuus et Doctor egrégius, quǽsumus, precátor accédat.
$Per Dominum

[Oratio Vigilia]
!Pro Vigilia S. Matthiæ Apostoli
@Commune/C1v:Oratio:s/N\./Matthíæ/

[Secreta Vigilia]
!Pro Vigilia S. Matthiæ Apostoli
@Commune/C1v:Secreta:s/N\./Matthíæ/

[Postcommunio Vigilia]
!Pro Vigilia S. Matthiæ Apostoli
@Commune/C1v:Postcommunio:s/N\./Matthíæ/

0 comments on commit dadd3d3

Please sign in to comment.