Okay, thanks.
Unfortunately now I'm finding myself in a similar situation as one or two other people have had in the archives, where gregorio.sty isn't found (their solutions didn't work though). But after doing a new clean install of both TeX and Gregorio, it still wouldn't work (in fact, I've found that the install script fails silently if the only TeX installation is texlive 2009, I had to change the default search directories to get it to run). There error I'm getting is this "! LaTeX Error: File `gregoriotex.sty' not found." But, "gregorio.sty" is located in /usr/local/texlive/2009basic/tex/latex/gregoriotex, and by manually directing it to that file, it seems to do okay, until it snags again on "gregoriotex.tex". I manually directed it to that one, but then it hangs, although upon exiting (sometimes) it displays a previously hidden prompt for a "gregorio-tex-space.text". The log file does not show it successfully loading the package, however all the other packages are from the 2009basic/textmf-dist directory, rather than the 2009basic/textmf-local which is where gregorio was installed. Is this expected behavior? Apologies for the posting if this just shows my inexperience with TeX. Matt -------- Original Message -------- Subject: Re: [Gregorio-users] Installation issues From: Richard Chonak <[email protected]> Date: Tue, July 20, 2010 8:38 pm To: [email protected] On 07/20/2010 09:52 PM, [email protected] wrote: > I just downloaded and installed, but I'm having some issues getting TeX > to recognize gregorio. I've verified the installation and the initial > "gregorio foo.gabc" works fine. But when I run "lualatex foo.tex" on > the output, I get the following error: > > ! Undefined control sequence. > l.3 \begingregorioscore > The .tex file produced by gregorio is only a fragment which represents the chant score you have specified. You will need another .tex file to represent your document as a whole. In the "examples" directory, you can find main-lualatex.tex, as a sample. Here's the version on my computer; notice the "includescore" command; you can modify it to specify your "foo.tex" file. --Richard \documentclass[12pt, a4paper]{article} \usepackage{fullpage} \usepackage{tgtermes} \usepackage{color} \usepackage{gregoriotex} \pagestyle{empty} \begin{document} \begin{center}\begin{huge}\textsc{Populus Sion}\end{huge}\end{center} \setspaceafterinitial{2.2mm plus 0em minus 0em} \setspacebeforeinitial{2.2mm plus 0em minus 0em} \def\greinitialformat#1{% {\fontsize{43}{43}\selectfont #1}% } \redlines \setfirstlineaboveinitial{\small \textsc{\textbf{VII}}}{\small \textsc{\textbf{VII}}} \commentary{{\small \emph{Cf. Is. 30, 19 . 30 ; Ps. 79}}} \includescore{PopulusSion.tex} \end{document} _______________________________________________ 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

