From: Han-Wen Nienhuys Date: Tue, 9 Sep 2003 23:02:11 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: release/1.9.6~26 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=4f68c1a315ae11113d49118ca2a46618fcbf523c;p=lilypond.git *** empty log message *** --- diff --git a/scripts/lilypond.py b/scripts/lilypond.py index a16dc0cf8a..b53a812cc5 100644 --- a/scripts/lilypond.py +++ b/scripts/lilypond.py @@ -433,8 +433,7 @@ def global_latex_preamble (extra): s = s + '\geometry{width=%s%s,headheight=2mm,footskip=2mm,%s}\n' % (linewidth, textheight, orientation) - if extra['latexoptions'] \ - and string.find (extra['latexoptions'], 'twoside') >= 0: + if 'twoside' in extra['latexoptions'] : s = s + '\geometry{twosideshift=4mm}\n' s = s + r'''