From: Werner Lemberg Date: Thu, 29 Jul 2010 16:17:00 +0000 (+0200) Subject: [lilypond-book] Make latex mode run in case of warnings. X-Git-Tag: release/2.13.29-1~14 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=89038542fcb8c151d930c51d3e1444c41c94ebe8;p=lilypond.git [lilypond-book] Make latex mode run in case of warnings. --- 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. #