From 35e87405d50d34024a0f06dc99bf87fd6a87b888 Mon Sep 17 00:00:00 2001 From: hanwen Date: Sat, 25 Feb 2006 10:59:08 +0000 Subject: [PATCH] (main): write Makefile dependencies file. (output): add comments to lp-book latex output. --- scripts/lilypond-book.py | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) 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} -- 2.39.5