]> git.donarmstrong.com Git - lilypond.git/commitdiff
Better pdflatex compatibility in lilypond-book.
authormatsb <matsb>
Fri, 16 Aug 2002 13:40:07 +0000 (13:40 +0000)
committermatsb <matsb>
Fri, 16 Aug 2002 13:40:07 +0000 (13:40 +0000)
scripts/lilypond-book.py

index 501f2a3b9397a4bba5a7e6e7098a7ec5054149f1..807e7db733ccdf0000dbebe5468032f744fe38f2 100644 (file)
@@ -354,7 +354,7 @@ output_dict= {
                'output-default-post': "\\def\postLilypondExample{}\n",
                'output-default-pre': "\\def\preLilypondExample{}\n",
                'usepackage-graphics': '\\usepackage{graphics}\n',
-               'output-eps': '\\noindent\\parbox{\\lilypondepswidth{%(fn)s.eps}}{\includegraphics{%(fn)s.eps}}',
+               'output-eps': '\\noindent\\parbox{\\lilypondepswidth{%(fn)s.eps}}{\includegraphics{%(fn)s}}',
                'output-noinline': r'''
 %% generated: %(fn)s.eps
 ''',