From f3465ae98f2573317a8fc481888d9992cca16675 Mon Sep 17 00:00:00 2001 From: Olivier Berten Date: Sun, 7 Mar 2021 20:24:27 +0100 Subject: [PATCH] Change default initials behaviour for multiple gabc elements --- chant_img.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/chant_img.php b/chant_img.php index 2f3423f..53c5112 100644 --- a/chant_img.php +++ b/chant_img.php @@ -145,8 +145,7 @@ function mgabc2tex($c, $firstverse = False) { foreach($g as $l) { if($l[0] == 'gabc') { $tex .= gregorio($l[1]); - $tex .= "\\gresetinitiallines{0}\n"; - } else { + } elseif($l[0] == 'tex') { $tex .= "\\vspace{10pt}\n".$l[1]."\\par\n"; } }