lilypond-user
[Top][All Lists]
Advanced

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

Re: convert-ly with lily2.4.2


From: Mats Bengtsson
Subject: Re: convert-ly with lily2.4.2
Date: Thu, 3 Feb 2005 22:29:30 +0100
User-agent: Internet Messaging Program (IMP) 3.2.6

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 <address@hidden>:

> 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
> address@hidden
> http://lists.gnu.org/mailman/listinfo/lilypond-user
>





reply via email to

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