Dear Keith, > I copied those two lines directly from the example tex file in > Gregorio's example directory. If I comment them out it compiles fine. > I just wanted to make sure it compiled with the U.S. standard letter > size paper and not a4.
You're missing a backslash (\) line 4:
usepackage{geometry}
->
\usepackage{geometry}
Thank you,
--
Elie
_______________________________________________
Gregorio-users mailing list
[email protected]
https://mail.gna.org/listinfo/gregorio-users

