Elie Roux <[email protected]> writes: > David Stone a écrit : >> I also had a problem which I suspect is just me with a bad or old >> installation: the flexa of two notes wasn't found in the font, and so >> was missing in the output (at _ appeared a box, the unknown char): >> Missing character: There is no _ (6145) in font greciliae! >> > > I think it comes from your installation...
It did indeed -- not a bug in gregoriotex at all. In case anybody else has a similar problem, I'll mention the solution. It arose because I needed two tex installations: an old texlive as from debian etch, in /usr/share/texmf, and texlive 2008 in /usr/local/texlive/2008/texmf-dist, which I needed for pdflualatex. The gregoriotex deb package is installed into /usr/share/texmf -- but needs the new texlive to run using pdflualatex. I did have a ~/texmf with some gregoriotex stuff copied into it by hand, in an attempt to get this working. But this was out of date, causing the problem; so I got rid of it. The simple solution was to create ~/texmf as a symbolic link to /usr/share/texmf. That seemed the easiest way to enable pdflualatex to find all the gregoriotex files in the old /usr/share/texmf. -- David Stone _______________________________________________ Gregorio-devel mailing list [email protected] https://mail.gna.org/listinfo/gregorio-devel
