Olivier Baudouin wrote: > Lilypond 2.5.31 compiled on Mandriva 2005 > > Lilypond makes ps, pdf and tex files ( $ lilypond -b tex -f tex xxx.ly) > > But I can't applies LaTeX on my tex file ! > > $ latex xxx.tex I'm certainly not a TeXpert, but .tex files should generally be processed either by TeX or LaTeX. As far as I know, LilyPond (the main program lilypond) outputs a TeX file, so simply try this:
$ tex xxx.tex -- John Mandereau <[EMAIL PROTECTED]> _______________________________________________ lilypond-user mailing list [email protected] http://lists.gnu.org/mailman/listinfo/lilypond-user
