The log file you sent is not complete and thus doesn't show the errors you're getting.

A few things I do notice, however:

There is a space in the filenames you attached. Generally speaking TeX does not like spaces in filenames and they should be avoided. Use a file name like "Dum-Aurora.tex" or "Dum-_Aurora.tex" instead.

Second, you're using \includescore, which is the old name of the command. This should still work in 4.0, but you're better off using \gregorioscore as that's the name which will be preserved going forward.

Third, you've put your gabc inside the \includescore command. This is not how that command works. \gregorioscore looks for a separate file which which contains the gabc code. The argument of the command is the name of said file. There is the command \gabcsnippet which allows you to put gabc code directly in your file, but this is meant for short pieces of gabc (though it does work in the file you sent after the removal of the header). For a whole piece, like you've done here, you're much better off using \gregorioscore and a separate file.

Fourth, you should not put spaces between the syllables of the same word. I.e. `au(d) ro(dh'!iv) ra(h')` should be `au(d)ro(dh'!iv)ra(h')`. The spaces tell gregorio that you're starting a new word and you won't get the intersyllable hyphens inserted automatically.

✝✝✝✝✝✝✝✝✝✝✝✝✝✝✝✝✝✝✝✝✝✝✝✝✝
Br. Samuel, OSB
(R. Padraic Springuel)

PAX ☧ ΧΡΙΣΤΟΣ

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

Reply via email to