From 89038542fcb8c151d930c51d3e1444c41c94ebe8 Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Thu, 29 Jul 2010 18:17:00 +0200 Subject: [PATCH] [lilypond-book] Make latex mode run in case of warnings. --- python/book_latex.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/python/book_latex.py b/python/book_latex.py index dfb6fc0ac7..1faa57639b 100644 --- a/python/book_latex.py +++ b/python/book_latex.py @@ -6,6 +6,11 @@ import os import book_base as BookBase from book_snippets import * import lilylib as ly +global _;_=ly._ + +progress = ly.progress +warning = ly.warning +error = ly.error # Recognize special sequences in the input. # -- 2.39.2