From: Jan Nieuwenhuizen <janneke@gnu.org> Date: Wed, 30 Oct 2002 17:41:03 +0000 (+0000) Subject: * scripts/lilypond-book.py (option_definitions): Typo. X-Git-Tag: release/1.7.6~14 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=f2dba7986d012eb02105e63704b534a3c4e3503c;p=lilypond.git * scripts/lilypond-book.py (option_definitions): Typo. --- diff --git a/ChangeLog b/ChangeLog index 04fe940066..ef536ec696 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2002-10-30 Jan Nieuwenhuizen <janneke@gnu.org> + * scripts/lilypond-book.py (option_definitions): Typo. + * scripts/ly2dvi.py: Updates. * python/lilylib.py (setup_environment, print_environment) diff --git a/scripts/lilypond-book.py b/scripts/lilypond-book.py index d2a5e469d5..93ef607bf5 100644 --- a/scripts/lilypond-book.py +++ b/scripts/lilypond-book.py @@ -83,7 +83,7 @@ preview_resolution = 90 ## ly2dvi: silly name? ## do -P or -p by default? ##help_summary = _ ("Run LilyPond using LaTeX for titling") -help_summary = _ ("Process LilyPond snippest in hybrid html, LaTeX or texinfo document") +help_summary = _ ("Process LilyPond snippets in hybrid html, LaTeX or texinfo document") copyright = ('Tom Cato Amundsen <tca@gnu.org>', 'Han-Wen Nienhuys <hanwen@cs.uu.nl>')