I found the problem. You can either wait for the code to be merged, and
reinstall. However I would not expect the windows installer to be
updated just for this. You can manually change the one file to fix the
problem.

Change this file:
c:/texlive/texmf-local/tex/luatex/gregoriotex/gregoriotex.lua

Swap out the block of lines starting at line 217 with:

    local file_root
    if string.match(input_file:sub(-5), '%.gtex') then
        file_root = input_file:sub(1,-6)
    elseif string.match(input_file:sub(-4), '%.tex') then
        file_root = input_file:sub(1,-5)
    elseif string.match(input_file:sub(-5), '%.gabc') then
        file_root = input_file:sub(1,-6)
    elseif not file_root then
        file_root = input_file
    end

-Br. Elijah Schwab, O.Carm.

_______________________________________________
Gregorio-users mailing list
Gregorio-users@gna.org
https://mail.gna.org/listinfo/gregorio-users

Reply via email to