Hello Gregorians:

I don't know if this is the proper place to ask this question, but since Lyluatex is being developed by Gregorio Project, I'll give it a shot. So I'm finally trying lyluatex, mainly because Lilypond-book is refusing to work along with LuaLaTeX and my style sheet, dumping a lot of "this should be compiled with LuaTeX" errors.

So before getting Lyluatex to work, I had to make a symbolic link of my Lilypond binary in /usr/bin/, because even when I changed lyluatex.lua line
    LILYPOND = 'lilypond'
        to
    LILYPOND = '/home/victor/Aplicaciones/2.19/bin/lilypond'
lyluatex refused to complie, dumping a "lilypond: not found" error

After making the symbolik link it found lilypond alright, but then it complied about the \include statement, because it is set to run in safe mode. Of course compiling failed. So I took a look again to the code in lyluatex.lua, and changed line #90:
    #(ly:set-option 'safe '#t)
        to
    #(ly:set-option 'safe '#f)

And it worked charmingly... now the questions: Why it's set to safe mode in the first place? Is there any risk to run it without that option? Also I noticed that at the begining of function entete_lilypond, there is a \version "2.18.2" statement, so will this conflict in any way if I use a diferent version in my lilypond file?

Thank you very much for your attention. Best regards,
Víctor.




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

Reply via email to