Raise commentary for nabc
This commit is contained in:
parent
ac1552b6a7
commit
e628dad50e
|
|
@ -138,7 +138,11 @@ function mgabc2tex($c, $firstverse = False) {
|
||||||
$tex .= '\greannotation{\small \textbf{'.$mode.".}}\n";
|
$tex .= '\greannotation{\small \textbf{'.$mode.".}}\n";
|
||||||
}
|
}
|
||||||
if($c['commentary']) {
|
if($c['commentary']) {
|
||||||
|
if(strpos($c['gabc'], '|') === false) {
|
||||||
$tex .= '\grecommentary{{\small \emph{'.$c['commentary']."}}}\n";
|
$tex .= '\grecommentary{{\small \emph{'.$c['commentary']."}}}\n";
|
||||||
|
} else {
|
||||||
|
$tex .= '\grecommentary[1em]{{\small \emph{'.$c['commentary']."}}}\n";
|
||||||
|
}
|
||||||
$tex .= '\nolinebreak[4]'."\n";
|
$tex .= '\nolinebreak[4]'."\n";
|
||||||
}
|
}
|
||||||
#
|
#
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue