Oops... forgot to render the psalmody ending reference

This commit is contained in:
Olivier Berten 2013-03-28 21:17:43 +01:00
parent fca462f3b4
commit a0e0f3bf03

View File

@ -127,11 +127,11 @@ function mgabc2tex($c, $firstverse = False) {
if($ann[$c['office-part']]) { if($ann[$c['office-part']]) {
$tex .= '\gresetfirstannotation{\small \textbf{'.$ann[$c['office-part']].".}}\n"; $tex .= '\gresetfirstannotation{\small \textbf{'.$ann[$c['office-part']].".}}\n";
} }
if($c['mode']) { if($c['mode'] || $c['mode_var']) {
if($c['mode'] == 'p') { if($c['mode'] == 'p') {
$mode = "T. pereg."; $mode = "T. pereg.";
} else { } else {
$mode = $c['mode']; $mode = $c['mode'].' '.$c['mode_var'];
} }
$tex .= '\gresetsecondannotation{\small \textbf{'.$mode.".}}\n"; $tex .= '\gresetsecondannotation{\small \textbf{'.$mode.".}}\n";
} }