lilypond-user
[Top][All Lists]
Advanced

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

Re: Output other than PDF


From: Han-Wen Nienhuys
Subject: Re: Output other than PDF
Date: Sun, 21 Aug 2005 11:08:22 +0200
User-agent: Mozilla Thunderbird 1.0.6-1.1.fc4 (X11/20050720)

Jan Nieuwenhuizen wrote:
Normally you can quote spaces as "\ "like in /User/me/My\ Documents

The file completion, single or double quotes all produce the same
result, like:
$ /usr/local/bin/lilypond foo\ bar.ly
GNU LilyPond 2.7.4
warning: can't find file: `foo'
warning: can't find file: `bar.ly'
error: failed files: "bar.ly foo"


How odd.  Obviously, your shell eats the backslash.  What shell are
you using, does cat "foo bar.ly" work?

I think /usr/local/bin/lilypond is the shell script to invoke it from the command line. It currently says

  # run the program
  python "$INSTALLDIR/LilyPond.app/Contents/Resources/lilycall.py" \
  "$INSTALLDIR/LilyPond.app/" $*


but if you put "$*" it doesn't work for multiple arguments

I guess I have to convert this one to python as well.

--
 Han-Wen Nienhuys - address@hidden - http://www.xs4all.nl/~hanwen




reply via email to

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