Re: lyluatex, call for pre-beta review

2018-03-11 Thread Craig Dabelstein
Got it to work. Thanks everyone. Now hopefully I can help with the testing. Craig On 11 March 2018 at 23:10, Jacques Peron wrote: > 2018-03-11 5:34 GMT+01:00 Craig Dabelstein : > >> >> stack traceback: >> >> [C]: in function 'error' >> >>

Re: lyluatex, call for pre-beta review

2018-03-11 Thread Jacques Peron
2018-03-11 5:34 GMT+01:00 Craig Dabelstein : > > stack traceback: > > [C]: in function 'error' > > ...ocal/texlive/2017/texmf-dist/tex/latex/base/ltluatex.lua:109: in > function <...ocal/texlive/2017/texmf-dist/tex/latex/base/ltluatex.lua:108> > > (...tail calls...) >

Re: lyluatex, call for pre-beta review

2018-03-10 Thread Urs Liska
Am 11. März 2018 05:34:50 MEZ schrieb Craig Dabelstein : >Hi all, > >Even with this path to my Lilypond: > >\usepackage[program=/Applications/LilyPond.app/Contents/ >Resources/bin/lilypond]{lyluatex} > >I get this error. I'm still not sure what the problem is. >

Re: lyluatex, call for pre-beta review

2018-03-10 Thread Craig Dabelstein
Hi all, Even with this path to my Lilypond: \usepackage[program=/Applications/LilyPond.app/Contents/ Resources/bin/lilypond]{lyluatex} I get this error. I'm still not sure what the problem is. stack traceback: [C]: in function 'error'

Re: lyluatex, call for pre-beta review

2018-03-10 Thread Br. Samuel Springuel
That's not the executable script inside the package. Try: \usepackage[program=/Applications/LilyPond.app/Contents/Resources/bin/lilypond]{lyluatex} Or, follow the directions on the following page for making LilyPond available from the command line on a Mac (in which case the program option

Re: lyluatex, call for pre-beta review

2018-03-10 Thread Craig Dabelstein
Hi Fr. Jacques, I have this in my code but still can't get lyluatex to find Lilypond. \usepackage[program=/Applications/LilyPond.app/Contents/MacOS/LilyPond]{lyluatex} Any other ideas? Craig On 11 March 2018 at 09:49, Abbé Jacques Peron wrote: > Hello, > > Le

Re: lyluatex, call for pre-beta review

2018-03-10 Thread Abbé Jacques Peron
Hello, Le 11 mars 2018 00:24:48 GMT+01:00, Craig Dabelstein a écrit : >Hi Urs, > >I can't get it to find my >installation of Lilypond. Could you give me an example of the code I >need >to point lyluatex to a Lilypond installation? You should use the option

Re: lyluatex, call for pre-beta review

2018-03-10 Thread Craig Dabelstein
Hi Urs, I've had a look at lyluatex. It looks amazing but I can't get it to find my installation of Lilypond. Could you give me an example of the code I need to point lyluatex to a Lilypond installation? I assume you are compiling via command line, not through TexShop or TexPad? Craig On 8

lyluatex, call for pre-beta review

2018-03-07 Thread Urs Liska
lyluatex (https://github.com/jperon/lyluatex) is a package for LuaLaTeX that allows the inclusion of LilyPond code in .tex documents and automatically manages their compilation with LilyPond. By now the package is a fully-compatible superset to the lilypond-book script that ships with