Package: lilypond
Version: 2.8.7-3
Hi,
Sometimes, a latex implementation different from 'latex' is
convenient. I am locally customizing lilypond-book so that it calls
'platex' (a Japanese extended latex with vertical writing support).
diff -ur /usr/bin/lilypond-book lilypond-book
--- /usr/bin/lilypond-book 2006-12-20 05:42:42.000000000 +0900
+++ lilypond-book 2006-12-29 22:57:00.000000000 +0900
@@ -1424,7 +1424,7 @@
tmp_handle.write (latex_document)
tmp_handle.close ()
- ly.system ('latex %s' % tmpfile, be_verbose=global_options.verbose)
+ ly.system ('platex %s' % tmpfile, be_verbose=global_options.verbose)
parameter_string = open (logfile).read()
os.unlink (tmpfile)
It would be nice to have a configuration option to customize this.
regards,
junichi