From 1a9fc33848515909474d21c769f6fa31ebdaa303 Mon Sep 17 00:00:00 2001 From: hanwen Date: Fri, 22 Oct 2004 21:19:09 +0000 Subject: [PATCH] *** empty log message *** --- scripts/lilypond-book.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/lilypond-book.py b/scripts/lilypond-book.py index 357ae63c32..afb35496a0 100644 --- a/scripts/lilypond-book.py +++ b/scripts/lilypond-book.py @@ -822,8 +822,7 @@ class Lilypond_snippet (Snippet): def output_texinfo (self): str = '' - # self.output_print_filename (TEXINFO) - if self.output_print_filename (0): + if self.output_print_filename (TEXINFO): str += ('@html\n' + self.output_print_filename (HTML) + '\n@end html\n') str += ('@tex\n' + self.output_print_filename (LATEX) -- 2.39.5