gnu-music-discuss
[Top][All Lists]
Advanced

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

Re: Mudela environment


From: Mats Bengtsson
Subject: Re: Mudela environment
Date: Wed, 01 Nov 2000 10:33:12 +0100

> I am starting to use Lilypond, and I need to include some musical examples in 
> a TeX file.
> 
>  But I always get the error message: undefined environment {mudela}. Which
> 
> file should I put where?

It looks as if you try to process the file directly with latex.
The correct procedure (assuming you wrote a latex file
myfile.mulatex with Mudela blocks in it):

>> mudela-book myfile.mulatex
>> latex myfile.latex

In order not to fill the working directory with all those
temporary .ly files, you can also do 

>> mudela-book --outdir tmpdir myfile.mulatex
>> cd tmpdir
>> latex myfile.latex
>> dvips myfile.latex -o ../myfile.ps
>> cd ..


   /Mats



reply via email to

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