Remove useless code

This commit is contained in:
Olivier Berten 2021-03-06 08:05:47 +01:00
parent c0ce4b014e
commit 1abfe35356

View File

@ -58,15 +58,6 @@ function gregorio($s,$i=1) {
$tex = substr($tex,0,-12)."\n\\relax\n";
$tex .= "\\gresetinitiallines{$i}\n";
if($i > 0) {
$tex = '\grechangedim{beforeinitialshift}{2.2mm}{scalable}
\grechangedim{afterinitialshift}{2.2mm}{scalable}
'.$tex;
} else {
$tex = '\grechangedim{beforeinitialshift}{0mm}{scalable}
\grechangedim{afterinitialshift}{0mm}{scalable}
'.$tex;
}
return $tex;
}