]> git.donarmstrong.com Git - lilypond.git/commitdiff
(Substring.__init__): new class.
authorhanwen <hanwen>
Sat, 7 Feb 2004 13:30:34 +0000 (13:30 +0000)
committerhanwen <hanwen>
Sat, 7 Feb 2004 13:30:34 +0000 (13:30 +0000)
(Snippet.output_texinfo): add texidoc option.
(Include_snippet.replacement_text): new class.
(Lilypond_snippet.__init__): new class
(Lilypond_snippet.get_hash): bugfix: use full body for hashing.

scripts/lilypond-book.py

index 0d5e7dd4234d860015291b4711be6ad259bd759b..85c39d2ad3f579ab8149952aee9229a4dabade7a 100644 (file)
@@ -788,7 +788,7 @@ def do_file (input_filename):
        output_file.writelines ([s.replacement_text () for s in chunks])
 
        ## UGH. how do you do dynamic_cast/typecheck in Python?
-#      map (process_include, filter (lambda x: x.__class__ == Include_snippet, chunks))
+       map (process_include, filter (lambda x: x.__class__ == Include_snippet, chunks))
 
 def do_options ():
        global format, output_name