running latex with system or execle [was: multi-column markup function/macro?]

2014-01-20 Thread Jan-Peter Voigt
Hi list, I use xelatex (with fontspec to synchronize fonts with lilypond-pango) to create text-pages in my lilypond files. This is working quite well (for my needs), but with the update to 2.18, the styles of the century schoolbook font are lost. If I (don't remove and) compile the created .tex-fi

Re: multi-column markup function/macro?

2014-01-20 Thread Joram Berger
Am 20.01.2014 18:02, schrieb Alex Loomis: > I'm still getting a lot of warnings, but it works beautifully! > > The word silence is in roman, but commenting out the line > > \override-lines #'(font-name . "Century Schoolbook L") > > makes it italic. I assume this is because you need to specify

Re: multi-column markup function/macro?

2014-01-20 Thread Alex Loomis
I'm still getting a lot of warnings, but it works beautifully! The word silence is in roman, but commenting out the line \override-lines #'(font-name . "Century Schoolbook L") makes it italic. I assume this is because you need to specify an italic typeface? On Fri, Jan 17, 2014 at 5:44 AM, J

Re: multi-column markup function/macro?

2014-01-17 Thread Jan-Peter Voigt
Hi Alex, hi list, I changed a little bit of the code. *ATTENTION* If you compile the example file and use the xelatex-command, lilypond will *create* and *delete* several files. One of them is called "xelatex-.sh" and is executed with (system "/bin/bash xelatex-.sh") This is only for develo