bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: lilypond-book doesn't work with LaTeX


From: Mats Bengtsson
Subject: Re: lilypond-book doesn't work with LaTeX
Date: Mon, 09 Feb 2004 17:47:51 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040113

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:
address@hidden 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: address@hidden
        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}

reply via email to

[Prev in Thread] Current Thread [Next in Thread]