]> git.donarmstrong.com Git - lilypond.git/commitdiff
Issue 4734: Add lilypond-book can use XeTeX backend for auto-detect
authorMasamichi Hosoda <trueroad@trueroad.jp>
Sat, 9 Jan 2016 17:13:22 +0000 (02:13 +0900)
committerMasamichi Hosoda <trueroad@trueroad.jp>
Tue, 19 Jan 2016 13:56:59 +0000 (22:56 +0900)
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.

python/book_texinfo.py

index 226ec8eb6f787b0bf8569d0dc51e6f2b99f51e92..1055615d67e413373510c133de43dd2c5aae9f43 100644 (file)
@@ -170,6 +170,8 @@ TEXINFO_INSPECTION_DOCUMENT = r'''
 
 @message{Global: textwidth=@the@hsize,exampleindent=@the@lispnarrowing}
 
+dummy
+
 @bye
 '''