Don't talk nonsense! convert-ly can only be run from the cygwin command prompt, not from the DOS command prompt. Also, as has already been noted in previous emails, convert-ly -e *.ly will work just as well as the command including find that was mentioned in older version of the manual.
/Mats Citerar David Raleigh Arnold <[EMAIL PROTECTED]>: > On Thursday 03 February 2005 07:09 am, Jean-marc LEGRAND wrote: > > Hi list ! > > > > I've just moved to 2.4.2 on XP, and I'm converting all my files. > > > > I've got 2 pb : > > > > 1. convert-ly -e `find . -name '*.ly' -print` doesn't work, and no > > error message. > > > What happens when you enter this part?: > > $ find . -name '*.ly' -print > > If you do get a listing, try a newer syntax: > > $ convert-ly -e $(find . -name '*.ly' -print) > > If you don't get a listing, look up your "find" command to see what > you need to do to get one. Are you using bash? The DOS "find" command > is very different from the bash version. > > I am assuming that you have command substitution on XP. The `` or $() > makes the output of the find command inside look like a list of files > to convert-ly. daveA > > -- > The only technical exercises for guitar which are worthy of the > instrument consist in "Dynamic Guitar Technique". I promise miracles. > Get it at: http://www.openguitar.com/dynamic.html > daveA David Raleigh Arnold dra..at..openguitar.com > > > > _______________________________________________ > 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
