Now I get a bit further, but there are more errors. I have attached a small example file to play with, if you don't have any at hand.
For the moment, I notice the following problems:
- The generated file goes to stdout instead of myfile.latex
- If I use \input for an ordinary TeX file, I get an error.
(One solution is to only react to \input{*.ly})/Mats
Han-Wen Nienhuys wrote:
[EMAIL PROTECTED] writes:
I tried a minimal example of lilypond-book on a LaTeX file and immediately got the following error:
fixed in CVS, hopefully.
-- ============================================= Mats Bengtsson Signal Processing Signals, Sensors and Systems Royal Institute of Technology SE-100 44 STOCKHOLM Sweden Phone: (+46) 8 790 8463 Fax: (+46) 8 790 7260 Email: [EMAIL PROTECTED] WWW: http://www.s3.kth.se/~mabe =============================================
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% myfile.lytex
%
% LaTeX wrapper file for use with lilypond-book
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass[a4paper]{article}
\usepackage{geometry}
\geometry{a4paper,width=190mm,height=27.5cm,verbose}
\input{titledefs}
\def\mustmakelilypondtitle{}
\begin{document}
\begin{lilypond}
c d e f
\end{lilypond}
\end{document}_______________________________________________ Bug-lilypond mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-lilypond
