From 43052b83cab5b8a2d0c9902bdccaa31ac006623b Mon Sep 17 00:00:00 2001 From: Olivier Berten Date: Sun, 7 Mar 2021 09:27:09 +0100 Subject: [PATCH] Initial size 40 is too big with 2 annotations --- chant_img.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/chant_img.php b/chant_img.php index 81c8e8e..2f3423f 100644 --- a/chant_img.php +++ b/chant_img.php @@ -110,6 +110,8 @@ function mgabc2tex($c, $firstverse = False) { \gresetbracerendering{font} '; + if($c['initial'] == 1) $tex .= '\grechangestyle{initial}{\fontsize{38}{38}\selectfont}{} +'; if($c['initial'] == 2) $tex .= '\grechangestyle{initial}{\fontsize{120}{120}\selectfont}{} \grechangedim{initialraise}{1.2mm}{scalable} ';