On Fri, Jan 14, 2011 Benjamin Bloomfield <[email protected]> wrote: > I am trying to get Gregorio and Scribus working together, and I've managed > to get it almost working by editing the gregorio-scribus.lua file (in the > same directory as 900_gregorio.xml) changing lines 30 and 31 thus: >> >> local f = arg[1] >> local dir = arg[2] > > and line the last line (95) thus: >> >> os.spawn(format("%s --interaction=nonstopmode %s.tex", lualatexbin, >> pathbase)) > > There are also some lines that cane be taken out, but that should be > unnecessary. The problem mentioned before was stemming from the way the > script was incorrectly handling the command line arguments being passed in, > and is fixed by changing lines 30 and 31. > However, even after making this change it was giving an error: >> >> ! Undefined control sequence. >> >> l.136 \greloadluamodule >> >> {gregoriotex} > Hi,
I haven't had time yet to fix gregoriotex.tex - but you can try running it without using luainputenc (and using otf/ttf fonts instead). That should avoid the problem you're seeing. -Tracy _______________________________________________ Gregorio-users mailing list [email protected] https://mail.gna.org/listinfo/gregorio-users

