From: matsb Date: Wed, 29 Oct 2003 17:19:36 +0000 (+0000) Subject: * scripts/lilypond-book.py (output_dict): Add definition of X-Git-Tag: release/2.1.3~22 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=754165d14af8ec07e3217eccce75d7344a027a18;p=lilypond.git * scripts/lilypond-book.py (output_dict): Add definition of \lilypondbook also for LaTeX output. Solves several bug reports. --- diff --git a/ChangeLog b/ChangeLog index 84b80161ee..868837c45d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-10-29 Mats Bengtsson + + * scripts/lilypond-book.py (output_dict): Add definition of + \lilypondbook also for LaTeX output. Solves several bug reports. + 2003-10-29 Heikki Junes * input/test/follow-thread.ly, input/test/polymetric.ly: Fix typos. diff --git a/scripts/lilypond-book.py b/scripts/lilypond-book.py index 44c08b5af9..0b289eae4f 100644 --- a/scripts/lilypond-book.py +++ b/scripts/lilypond-book.py @@ -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',