diff options
author | Werner Lemberg <wl@gnu.org> | 2010-10-15 23:25:52 +0200 |
---|---|---|
committer | Werner Lemberg <wl@gnu.org> | 2010-10-15 23:25:52 +0200 |
commit | 5141786ddae9fde5dd6e65893741bdd7332b1fee (patch) | |
tree | e6dc4c8561a7583275d33f9b6ac699fffbe8cacd /python/book_latex.py | |
parent | 6e818e3e10f397ef94525b3a2698a1c75e67b706 (diff) |
[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...
Diffstat (limited to 'python/book_latex.py')
-rw-r--r-- | python/book_latex.py | 1 |
1 files changed, 1 insertions, 0 deletions
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 |