lilypond-user
[Top][All Lists]
Advanced

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

Re: lilypond bombs on Mandrake 10 again


From: Rutger Hofman
Subject: Re: lilypond bombs on Mandrake 10 again
Date: Sun, 17 Oct 2004 23:55:10 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040113

I asked you not to adorn the file name with fancy URL style stuff.
You do it anyway, and it bombs.

You should type:

lilypond lily.ly

You should *not* type

lilypond file:lily.ly

because it will bomb on you.

If you *want* to include the whole path name of your lilypond file,
do it like this:

lilypond /home/sarah/lily.ly

I don't know what you intend with the -I=/usr/lib flag. I think it has
no meaning at all. Library paths are not specified with a -I flag,
and -I= is a syntax error anyway. Unixes have a separate mechanism
for library inclusion, which is uninteresting now because I think
that is not your problem. Your problem is that you specify the input
file in a wrong way.

Rutger

Sarah Cordish wrote:
Why can't lilypond find the files it needs?  Below is the last try.
 Sarah Cordish
The file lily.ly was written in emacs and is as follows:
    \score {
       \notes {
         \time 3/4
         \clef bass
         c2 e4 g2.
         f4 e d c2 r4
       }
     }
     \score {
       \notes {
         \time 3/4
         \clef treble
         c2 e4 g2.
         f4 e d c2 r4
       }
     }

address@hidden sarah]$ ls
Desktop/  Documents/  lily.ly  tmp/
address@hidden sarah]$ ls usr/lib/
ls: usr/lib/: No such file or directory
address@hidden sarah]$ ls /usr/lib/

[contents of /usr/lib snipped]

address@hidden sarah]$ lilypond -I=/usr/lib/ file:/home/sarah/lily.ly
lilypond (GNU LilyPond) 2.2.6
Running lilypond-bin.../usr/share/guile/1.6/srfi/srfi-13.scm:159:1: In procedure dynamic-link in expression (load-extension "libguile-srfi-srfi-13-14-v-1" "scm_init_srfi_13"): /usr/share/guile/1.6/srfi/srfi-13.scm:159:1: file: "libguile-srfi-srfi-13-14-v-1", message: "libguile-srfi-srfi-13-14-v-1.so: cannot open shared object file: No such file or directory"


lilypond: error: LilyPond failed on input file file:/home/sarah/lily (exit status 2)
lilypond: warning: Running LilyPond failed. Rerun with --verbose for a trace.
address@hidden sarah]$


_______________________________________________
lilypond-user mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/lilypond-user




reply via email to

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