Fixes for 2-lines initials
This commit is contained in:
parent
f62f0c9cc4
commit
748cfb77bb
|
|
@ -108,10 +108,10 @@ function mgabc2tex($c, $firstverse = False) {
|
||||||
\newcommand{\black}[1]{\textcolor{black}{#1}}
|
\newcommand{\black}[1]{\textcolor{black}{#1}}
|
||||||
\setlength{\parindent}{0pt}
|
\setlength{\parindent}{0pt}
|
||||||
\gresetbracerendering{font}
|
\gresetbracerendering{font}
|
||||||
|
';
|
||||||
|
|
||||||
\grechangestyle{initial}{\fontsize{38}{38}\selectfont}{}
|
if($c['initial'] == 2) $tex .= '\grechangestyle{initial}{\fontsize{120}{120}\selectfont}{}
|
||||||
\tolerance=9999
|
\grechangedim{initialraise}{1.2mm}{scalable}
|
||||||
\pretolerance=500
|
|
||||||
';
|
';
|
||||||
if($ann[$c['office-part']]) {
|
if($ann[$c['office-part']]) {
|
||||||
$tex .= '\greannotation{\small \textbf{'.$ann[$c['office-part']].".}}\n";
|
$tex .= '\greannotation{\small \textbf{'.$ann[$c['office-part']].".}}\n";
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue