diff options
author | Masamichi Hosoda <trueroad@trueroad.jp> | 2016-01-10 02:13:22 +0900 |
---|---|---|
committer | Masamichi Hosoda <trueroad@trueroad.jp> | 2016-01-19 22:56:59 +0900 |
commit | 57000058f2521712364faa03b344cc49b193ca75 (patch) | |
tree | 22d20777d7a1d90548e57832f0102eed18ac0f3c /python | |
parent | 99f0cff51b335b21de2d66070c48bde6987104ee (diff) |
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.
Diffstat (limited to 'python')
-rw-r--r-- | python/book_texinfo.py | 2 |
1 files changed, 2 insertions, 0 deletions
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 ''' |