]> git.donarmstrong.com Git - lilypond.git/commitdiff
Handle printfilename also with verbatim
authorMats Bengtsson <mats.bengtsson@s3.kth.se>
Sat, 27 Jul 2002 09:35:46 +0000 (09:35 +0000)
committerMats Bengtsson <mats.bengtsson@s3.kth.se>
Sat, 27 Jul 2002 09:35:46 +0000 (09:35 +0000)
scripts/lilypond-book.py

index e691aeb66b29111711398651be31cd5136403912..ff58c73512c0e0a81ed11facd8f626afa1a34887 100644 (file)
@@ -963,9 +963,9 @@ def schedule_lilypond_block (chunk):
                
 
        if 'smallverbatim' in opts:
-               newbody = output_verbatim (body, 1)
+               newbody = newbody + output_verbatim (body, 1)
        elif 'verbatim' in opts:
-               newbody = output_verbatim (body, 0)
+               newbody = newbody + output_verbatim (body, 0)
 
        for o in opts:
                m = re.search ('intertext="(.*?)"', o)