* VERSION (PATCH_LEVEL): branch off 2.0, go to 2.1 in HEAD
* VERSION: release 2.0.1
2003-09-29 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+ * scripts/lilypond-book.py: resurrect 'eps' option.
+
+ * VERSION (PATCH_LEVEL): branch off 2.0, go to 2.1 in HEAD
+
* scripts/lilypond.py (run_dvips): use -Ppdf for preview.
* VERSION: release 2.0.1
PACKAGE_NAME=LilyPond
MAJOR_VERSION=2
-MINOR_VERSION=0
-PATCH_LEVEL=1
+MINOR_VERSION=1
+PATCH_LEVEL=0
MY_PATCH_LEVEL=
'output-default-post': "\\def\postLilyPondExample{}\n",
'output-default-pre': "\\def\preLilyPondExample{}\n",
'usepackage-graphics': '\\usepackage{graphics}\n',
+ 'output-eps': '\\noindent\includegraphics{%(fn)s}',
'output-noinline': r'''
%% generated: %(fn)s.eps
''',
elif format == 'latex':
if 'quote' in opts:
s = 'output-latex-quoted'
+ elif 'eps' in opts:
+ s = 'output-eps'
else:
s = 'output-latex-noquote'
elif format == 'texi':