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

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

Re: problems running mudela-book


From: Tom Cato Amundsen
Subject: Re: problems running mudela-book
Date: Fri, 13 Oct 2000 12:02:53 +0200
User-agent: Mutt/1.2.5i

On Thu, Oct 12, 2000 at 09:11:09PM -0400, Laura Conrad wrote:
> >>>>> "Tom" == Tom Cato Amundsen <address@hidden> writes:
> 
>     Tom> Laure Conrad, this patch should fix the two problems you
>     Tom> mentioned.
> 
> dvips: Couldn't find figure file src:9:11; continuing
> dvips: Unknown keyword (1052996920.ly) in \special will be ignored
> dvips: Couldn't find figure file src:9:8; continuing
> ] 
> Error opening `cdur.eps'
>   Exiting ... 
> 
> mudela-book (GNU LilyPond) 1.3.94.lec1
> Traceback (innermost last):
>   File "/usr/local/bin/mudela-book", line 1108, in ?
>     do_file(input_filename)
>   File "/usr/local/bin/mudela-book", line 1032, in do_file
>     body = re.sub (r"""\\mudelaepswidth{(.*?)}""", find_eps_dims, c[1])
>   File "/usr/lib/python1.5/re.py", line 48, in sub
>     return pattern.sub(repl, string, count)
>   File "/usr/lib/python1.5/re.py", line 133, in sub
>     return self.subn(repl, string, count)[0]
>   File "/usr/lib/python1.5/re.py", line 182, in subn
>     append(repl(m))
>   File "/usr/local/bin/mudela-book", line 841, in find_eps_dims
>     dims = bounding_box_dimensions (fn)
>   File "/usr/local/bin/mudela-book", line 452, in bounding_box_dimensions
>     error ("Error opening `%s'" % fname)
>   File "/usr/local/bin/mudela-book", line 464, in error
>     raise 'Exiting.'
> Exiting.

It should work if you delete the file cdur.ly generated by mudela-boook
and run it again. I will fix this soon...

> On my simple example, I can still run mudela-book fine, but when I run
> LaTeX, I get:
> 
> ! Undefined control sequence.
> l.20 \mudela
>             {
> 
This construct in dowland.tex will not work:
\mudela{
\include{whoever-cantus.ly}
}

What you want is the mudelafile command:
\mudelafile{whoever-cantus.ly}

You might need the -I/some/path command line option to mudela-book if
the whoever-cantus.ly is not in the current directory.
-- 
Tom Cato Amundsen <address@hidden>
GNU Solfege - free eartraining, http://www.gnu.org/software/solfege/



reply via email to

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