From: Masamichi Hosoda Date: Sat, 9 Jan 2016 17:13:22 +0000 (+0900) Subject: Issue 4734: Add lilypond-book can use XeTeX backend for auto-detect X-Git-Tag: release/2.19.36-1~12 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=57000058f2521712364faa03b344cc49b193ca75;p=lilypond.git Issue 4734: Add lilypond-book can use XeTeX backend for auto-detect lilypond-book uses TeX engine for auto-detect default settings. In the case of using XeTeX , the detection did not work. When there is no glyphs, pdfTeX creates PDF. However, XeTeX does not create PDF. Threfore, the detection is failed. --- diff --git a/python/book_texinfo.py b/python/book_texinfo.py index 226ec8eb6f..1055615d67 100644 --- a/python/book_texinfo.py +++ b/python/book_texinfo.py @@ -170,6 +170,8 @@ TEXINFO_INSPECTION_DOCUMENT = r''' @message{Global: textwidth=@the@hsize,exampleindent=@the@lispnarrowing} +dummy + @bye '''