Change default initials behaviour for multiple gabc elements
This commit is contained in:
parent
c64a660a2a
commit
f3465ae98f
|
|
@ -145,8 +145,7 @@ function mgabc2tex($c, $firstverse = False) {
|
||||||
foreach($g as $l) {
|
foreach($g as $l) {
|
||||||
if($l[0] == 'gabc') {
|
if($l[0] == 'gabc') {
|
||||||
$tex .= gregorio($l[1]);
|
$tex .= gregorio($l[1]);
|
||||||
$tex .= "\\gresetinitiallines{0}\n";
|
} elseif($l[0] == 'tex') {
|
||||||
} else {
|
|
||||||
$tex .= "\\vspace{10pt}\n".$l[1]."\\par\n";
|
$tex .= "\\vspace{10pt}\n".$l[1]."\\par\n";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue