From: hanwen Date: Tue, 9 Sep 2003 23:02:11 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: release/1.9.5~1 X-Git-Url: https://git.donarmstrong.com/lilypond.git?a=commitdiff_plain;h=4e1ff4ddb52a62bd3a134bbd2689a3f7c16da4b7;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'''