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
       }
     }

[EMAIL PROTECTED] sarah]$ ls
Desktop/  Documents/  lily.ly  tmp/
[EMAIL PROTECTED] sarah]$ ls usr/lib/
ls: usr/lib/: No such file or directory
[EMAIL PROTECTED] sarah]$ ls /usr/lib/

[contents of /usr/lib snipped]

[EMAIL PROTECTED] 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.
[EMAIL PROTECTED] sarah]$



_______________________________________________ lilypond-user mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/lilypond-user


_______________________________________________
lilypond-user mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to