]> git.donarmstrong.com Git - lilypond.git/blobdiff - python/book_texinfo.py
Lilypond-book: Get rid of lilyquote option, use quote instead
[lilypond.git] / python / book_texinfo.py
index 6bda07a3f8f890603df077ae905fe055ef436a80..82b6db441941e91a994849d6f996a6ebf8b46cf0 100644 (file)
@@ -247,7 +247,7 @@ class BookTexinfoOutputFormat (BookBase.BookOutputFormat):
             rep['verb'] = snippet.verb_ly ()
             substr = self.output[VERBATIM] % rep
         substr += self.output_info (basename, snippet)
-        if LILYQUOTE in snippet.option_dict:
+        if (QUOTE in snippet.option_dict):
             substr = self.output[QUOTE] % {'str': substr}
         str += substr
 
@@ -255,9 +255,6 @@ class BookTexinfoOutputFormat (BookBase.BookOutputFormat):
 #                str += ('@tex\n' + self.output_latex () + '\n@end tex\n')
 #                str += ('@html\n' + self.output_html () + '\n@end html\n')
 
-        if QUOTE in snippet.option_dict:
-            str = self.output[QUOTE] % {'str': str}
-
         # need par after image
         str += '\n'