]> git.donarmstrong.com Git - lilypond.git/commitdiff
* scripts/lilypond-book.py (output_dict): Add definition of
authorMats Bengtsson <mats.bengtsson@s3.kth.se>
Wed, 29 Oct 2003 17:19:36 +0000 (17:19 +0000)
committerMats Bengtsson <mats.bengtsson@s3.kth.se>
Wed, 29 Oct 2003 17:19:36 +0000 (17:19 +0000)
\lilypondbook also for LaTeX output. Solves several bug reports.

ChangeLog
scripts/lilypond-book.py

index 84b80161ee34701d0c497859ab302a3e85b9d67d..868837c45d1c54198336ab92a3231ee6f3cad3bb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-10-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
+
+       * scripts/lilypond-book.py (output_dict): Add definition of
+       \lilypondbook also for LaTeX output. Solves several bug reports.
+
 2003-10-29  Heikki Junes  <hjunes@cc.hut.fi>
 
        * input/test/follow-thread.ly, input/test/polymetric.ly: Fix typos.
index 44c08b5af988ba35568d299176bb4bf39d4c2643..0b289eae4f17e28435079081c4135430c685177b 100644 (file)
@@ -408,10 +408,12 @@ output_dict= {
 %% generated: %(fn)s.eps
 ''',
                'output-latex-quoted': r'''{\preLilyPondExample
+\def\lilypondbook{}
 \input %(fn)s.tex
 \postLilyPondExample}''',
                'output-latex-noquote': r'''{\parindent 0pt
 \preLilyPondExample
+\def\lilypondbook{}
 \input %(fn)s.tex
 \postLilyPondExample}''',
                'pagebreak': r'\pagebreak',