From: jan Date: Thu, 25 Apr 2002 13:03:00 +0000 (+0000) Subject: %Newline, rather than glue macros X-Git-Tag: release/1.5.59~89 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=99da33daf5fdab774e5bd6f5afcb09b5fe88113a;p=lilypond.git %Newline, rather than glue macros after \end{verbatim}. --- diff --git a/ChangeLog b/ChangeLog index 15159b6ee5..0e86f0941e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-04-25 Jan Nieuwenhuizen + + * scripts/lilypond-book.py: %Newline, rather than glue macros + after \end{verbatim}. + 2002-04-24 Jan Nieuwenhuizen * Documentation/user/lilypond-book.itely: diff --git a/scripts/lilypond-book.py b/scripts/lilypond-book.py index 9c3d863adf..09d6f6b9b2 100644 --- a/scripts/lilypond-book.py +++ b/scripts/lilypond-book.py @@ -426,7 +426,8 @@ output_dict= { %s \end{lilypond} """, - 'output-verbatim': "\\begin{verbatim}%s\\end{verbatim}", + 'output-verbatim': r'''\begin{verbatim}%s\end{verbatim}%% +''', 'output-default-post': "\\def\postLilypondExample{}\n", 'output-default-pre': "\\def\preLilypondExample{}\n", 'usepackage-graphics': '\\usepackage{graphics}\n',