From: hanwen Date: Thu, 5 Feb 2004 23:32:26 +0000 (+0000) Subject: (simple_toplevel_snippets): new X-Git-Tag: release/2.1.20~23 X-Git-Url: https://git.donarmstrong.com/lilypond.git?a=commitdiff_plain;h=a36e2504f6020de83b1892607f83aec286b7fcad;p=lilypond.git (simple_toplevel_snippets): new function. (help_summary): docstrings. --- diff --git a/ChangeLog b/ChangeLog index 2a4c33a2ef..f17082fc0b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,7 @@ * scripts/lilypond-book.py (simple_toplevel_snippets): new function. + (help_summary): docstrings. 2004-02-05 Han-Wen Nienhuys diff --git a/scripts/lilypond-book.py b/scripts/lilypond-book.py index b575107eb5..b80e4c4128 100644 --- a/scripts/lilypond-book.py +++ b/scripts/lilypond-book.py @@ -13,13 +13,13 @@ TODO: Example usage: test: - filter-lilypond-book --filter="tr '[a-z]' '[A-Z]'" BOOK + lilypond-book --filter="tr '[a-z]' '[A-Z]'" BOOK convert-ly on book: - filter-lilypond-book --filter="convert-ly --no-version --from=1.6.11 -" BOOK + lilypond-book --filter="convert-ly --no-version --from=1.6.11 -" BOOK classic lilypond-book: - filter-lilypond-book --process="lilypond-bin" BOOK.tely + lilypond-book --process="lilypond-bin" BOOK.tely must substitute: @mbinclude foo.itely -> @include foo.itely @@ -70,9 +70,9 @@ original_dir = os.getcwd () help_summary = _ ("""Process LilyPond snippets in hybrid HTML, LaTeX or texinfo document. Example usage: - filter-lilypond-book --filter="tr '[a-z]' '[A-Z]'" BOOK - filter-lilypond-book --filter="convert-ly --no-version --from=2.0.0 -" BOOK - filter-lilypond-book --process='lilypond-bin -I include' BOOK + lilypond-book --filter="tr '[a-z]' '[A-Z]'" BOOK + lilypond-book --filter="convert-ly --no-version --from=2.0.0 -" BOOK + lilypond-book --process='lilypond-bin -I include' BOOK """)