Initial size 40 is too big with 2 annotations
This commit is contained in:
parent
683054dc3c
commit
43052b83ca
|
|
@ -110,6 +110,8 @@ function mgabc2tex($c, $firstverse = False) {
|
||||||
\gresetbracerendering{font}
|
\gresetbracerendering{font}
|
||||||
';
|
';
|
||||||
|
|
||||||
|
if($c['initial'] == 1) $tex .= '\grechangestyle{initial}{\fontsize{38}{38}\selectfont}{}
|
||||||
|
';
|
||||||
if($c['initial'] == 2) $tex .= '\grechangestyle{initial}{\fontsize{120}{120}\selectfont}{}
|
if($c['initial'] == 2) $tex .= '\grechangestyle{initial}{\fontsize{120}{120}\selectfont}{}
|
||||||
\grechangedim{initialraise}{1.2mm}{scalable}
|
\grechangedim{initialraise}{1.2mm}{scalable}
|
||||||
';
|
';
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue