From: hanwen Date: Sat, 25 Feb 2006 10:59:08 +0000 (+0000) Subject: (main): write Makefile dependencies file. X-Git-Tag: release/2.7.38^2~45 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=35e87405d50d34024a0f06dc99bf87fd6a87b888;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}