From 8dedf4f927555c6ae404a5127603fcf6b1045955 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Fri, 9 Jul 2004 19:19:10 +0000 Subject: [PATCH] (include_path): remove --no-lily, --no-ps , --no-pdf, --pdftex (copyright): add --latex option (ic_p.make_include_option): use direct PS as default. --- ChangeLog | 5 ++ scripts/lilypond.py | 157 +++++++++++--------------------------------- 2 files changed, 45 insertions(+), 117 deletions(-) diff --git a/ChangeLog b/ChangeLog index efd487436f..a7630d1372 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2004-07-09 Han-Wen Nienhuys + * scripts/lilypond.py (include_path): remove --no-lily, --no-ps , + --no-pdf, --pdftex + (copyright): add --latex option + (ic_p.make_include_option): use direct PS as default. + * scm/beam.scm (check-slope-callbacks): check sign of slope. * input/regression/beam-concave.ly (rossFourBeams): add cases from Ross diff --git a/scripts/lilypond.py b/scripts/lilypond.py index 6e2bf6c5d5..025cd4df79 100644 --- a/scripts/lilypond.py +++ b/scripts/lilypond.py @@ -87,6 +87,7 @@ program_version = '@TOPLEVEL_VERSION@' # input without \book, use classic latex definitions classic_p = 0 verbose_p = 0 +latex_p = 0 pseudo_filter_p = 0 original_dir = os.getcwd () temp_dir = os.path.join (original_dir, '%s.dir' % program_name) @@ -106,22 +107,24 @@ copyright = ('Han-Wen Nienhuys