From 748cfb77bbfd8cd1e993a6f86f192427ca635830 Mon Sep 17 00:00:00 2001 From: Olivier Berten Date: Sat, 6 Mar 2021 21:16:02 +0100 Subject: [PATCH] Fixes for 2-lines initials --- chant_img.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/chant_img.php b/chant_img.php index 6b876c6..81c8e8e 100644 --- a/chant_img.php +++ b/chant_img.php @@ -108,10 +108,10 @@ function mgabc2tex($c, $firstverse = False) { \newcommand{\black}[1]{\textcolor{black}{#1}} \setlength{\parindent}{0pt} \gresetbracerendering{font} +'; -\grechangestyle{initial}{\fontsize{38}{38}\selectfont}{} -\tolerance=9999 -\pretolerance=500 + if($c['initial'] == 2) $tex .= '\grechangestyle{initial}{\fontsize{120}{120}\selectfont}{} +\grechangedim{initialraise}{1.2mm}{scalable} '; if($ann[$c['office-part']]) { $tex .= '\greannotation{\small \textbf{'.$ann[$c['office-part']].".}}\n";