]> git.donarmstrong.com Git - lilypond.git/blobdiff - python/book_texinfo.py
Lilypond-book: fix QUOTE output
[lilypond.git] / python / book_texinfo.py
index 4b5120f9d9f331f66eb1e07ddeac359a6aa8c380..03f723754a43619cf055d82d9f89601ffeda3356 100644 (file)
@@ -251,7 +251,7 @@ class BookTexinfoOutputFormat (BookBase.BookOutputFormat):
 #                str += ('@html\n' + self.output_html () + '\n@end html\n')
 
         if QUOTE in snippet.option_dict:
-            str = self.output[QUOTE] % rep
+            str = self.output[QUOTE] % {'str': str}
 
         # need par after image
         str += '\n'