> 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

_______________________________________________
Gnu-music-discuss mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/gnu-music-discuss

Reply via email to