From 5141786ddae9fde5dd6e65893741bdd7332b1fee Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Fri, 15 Oct 2010 23:25:52 +0200 Subject: [PATCH] [lilypond-book] Fix indentation in LaTeX mode. Without \noindent, the first line gets always indented. This is such a severe bug that I wonder how it could stay unnoticed for obviously such a long time... --- python/book_latex.py | 1 + 1 file changed, 1 insertion(+) diff --git a/python/book_latex.py b/python/book_latex.py index 1faa57639b..677e88a1f7 100644 --- a/python/book_latex.py +++ b/python/book_latex.py @@ -106,6 +106,7 @@ Latex_output = { OUTPUT: r'''{%% \parindent 0pt +\noindent \ifx\preLilyPondExample \undefined \else \expandafter\preLilyPondExample -- 2.39.2