On Thu, Dec 16, 2004 at 07:57:05AM +0100, Christian Ebert wrote: > Hmm, for me the only drawback is that I haven't got it to work > with LilyPond (music notation); or, to be more precise, I got
Seems that lilypond suffers from some kind of pdftex-related "brokenness". lilyponddefs.tex looks for the existence of the primitive \pdfoutput without looking whether it is set to 0 (dvi mode) or 1 (pdf mode). So, when pdfetex is used in dvi mode, lilyponddefs.tex makes wrong assumptions and does the wrong thing. Code like ifpdf.sty shows how to detect pdf mode in a more reliable way. Thanks for reporting this, Thomas
