My understanding is that --shell-escape is only necessary if you want
auto-compilation of scores, which is disabled when you use the [f]
option.

I am already using the [f] option since I use Makefiles to convert gabc
to gtex.  I also do specify the extension in the includescore command:

        \includescore[f]{myfile.gtex}

However, in a fit of desperation, I did add --shell-escape to see if it
would make any difference, but alas, no.

The only way I was able to produce PDF files was to revert commit
3e5a0508d81bba3f648b773efbd42857069b60f1.

Henry

On Saturday, 07 March 2015 at 07:32:29 pm -0600, Brother Gabriel-Marie wrote:
> Henry,
> 
> I was having that problem too, but was instructed to to do 
> this (Brother Samuel's post: 
> http://www.mail-archive.com/[email protected]/msg02239.html):
> in the call to lualatex, add this parameter:
> --shell-escape
> So the call looks like this:
> lualatex --shell-escape "c:\some\folder name\mytex.tex"
> 
> but I can't see that this makes any difference at all (I'm 
> only using gabc files - not gtex).
> 
> Also, I found that the compilation would still hang if you 
> use the file extension
> unless you put [f] as a parameter for the include statement 
> in the tex file.
> 
> So, you CAN'T DO THIS:
> \includescore[f]{mygabcfile.tex}
> 
> BUT YOU CAN
> EITHER
> \includescore[f]{mygabcfile.tex}
> OR
> \includescore{mygabcfile}
> 
> 
> 
> On 3/7/2015 7:09 PM, Henry So Jr. wrote:
> > I updated to the latest gregorio this evening, commit
> > 1c6622fdbe844f9dd3d8c41ac69c558602ba7c49.
> >
> > Everything I try to make using this version ends up with this error when
> > I run lualatex on the "master" tex file:
> >
> > Module luatexbase-mcb info: inserting 'gregoriotex.callback'
> > (luatexbase-mcb)            at position 1 in 'post_linebreak_filter'
> > Module luatexbase-mcb info: inserting 'gregoriotex.disable_hyphenation'
> > (luatexbase-mcb)            at position 1 in 'hyphenate'
> > ! Missing = inserted for \ifdim.
> > <to be read again>
> >                     p
> >
> > I found that if I reverted commit
> > 3e5a0508d81bba3f648b773efbd42857069b60f1, I am once again able to make
> > things.
> >
> > I am not good enough to understand what's wrong with the changes to the
> > tex files in that commit or what new thing I'm supposed to do with my
> > tex files.  Can anyone clue me in?
> >
> > Thanks,
> > Henry
> >
> > _______________________________________________
> > Gregorio-users mailing list
> > [email protected]
> > https://mail.gna.org/listinfo/gregorio-users
> >
> 

_______________________________________________
Gregorio-users mailing list
[email protected]
https://mail.gna.org/listinfo/gregorio-users

Reply via email to