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

Reply via email to