From: Han-Wen Nienhuys <hanwen@xs4all.nl> Date: Sat, 25 Feb 2006 10:59:08 +0000 (+0000) Subject: (main): write Makefile dependencies file. X-Git-Tag: release/2.7.37~38 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=2e319511d5c00ed25a5cf728d6ffd004c14b3a70;p=lilypond.git (main): write Makefile dependencies file. (output): add comments to lp-book latex output. --- diff --git a/scripts/lilypond-book.py b/scripts/lilypond-book.py index 7b9d357fbb..7667d4c302 100644 --- a/scripts/lilypond-book.py +++ b/scripts/lilypond-book.py @@ -475,21 +475,21 @@ output = { ## LATEX: { - OUTPUT: r'''{ -\parindent 0pt -\catcode`\@=12 -\ifx\preLilyPondExample \undefined - \relax -\else - \preLilyPondExample -\fi -\def\lilypondbook{} -\input %(base)s-systems.tex -\ifx\postLilyPondExample \undefined - \relax -\else - \postLilyPondExample -\fi + OUTPUT: r'''{%% +\parindent 0pt%% +\catcode`\@=12%% +\ifx\preLilyPondExample \undefined%% + \relax%% +\else%% + \preLilyPondExample%% +\fi%% +\def\lilypondbook{}%% +\input %(base)s-systems.tex%% +\ifx\postLilyPondExample \undefined%% + \relax%% +\else%% + \postLilyPondExample%% +\fi%% }''', PRINTFILENAME: '''\\texttt{%(filename)s}