]> git.donarmstrong.com Git - lilypond.git/commitdiff
(simple_toplevel_snippets): new
authorhanwen <hanwen>
Thu, 5 Feb 2004 23:32:26 +0000 (23:32 +0000)
committerhanwen <hanwen>
Thu, 5 Feb 2004 23:32:26 +0000 (23:32 +0000)
function.
(help_summary): docstrings.

ChangeLog
scripts/lilypond-book.py

index 2a4c33a2ef2bcd9005bb740d0894b02523c289a5..f17082fc0b3f08e4838c338165e180dda5f4fd19 100644 (file)
--- 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   <hanwen@xs4all.nl>
 
index b575107eb5381ba84502425edc010dcd27c20e0b..b80e4c41284b9e0020c05162433735ce6996f3fd 100644 (file)
@@ -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
 
 """)