lilypond-devel
[Top][All Lists]
Advanced

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

Re: scripts/auxiliar/update-with-convert-ly.sh appears not to work on Do


From: Carl Sorensen
Subject: Re: scripts/auxiliar/update-with-convert-ly.sh appears not to work on Documentation/notation/rhythms.itely
Date: Thu, 16 Dec 2010 09:52:07 -0700



On 12/16/10 9:26 AM, "Graham Percival" <address@hidden> wrote:

> On Thu, Dec 16, 2010 at 07:53:57AM -0700, Carl Sorensen wrote:
>> But it didn't update the snippets in Documentation/notation/rhythms.itely.
> 
> Mao.  Maybe this is an osx-incompatibility in find(1) ?  I thought
> that I used posix find(1) options, but maybe I accidentally some
> gnu options.
> 
> Go to your top source directory, and run:
>   find Documentation/ -name '*.itely' | grep rhythms
> 
> I see 5 files.  Do you see anything?

I see 7 files.

sorensen2:lilypond Carl$ find Documentation/ -name '*.itely' | grep rhythms
Documentation//de/notation/rhythms.itely
Documentation//es/notation/rhythms.itely
Documentation//fr/notation/rhythms.itely
Documentation//notation/rhythms.itely
Documentation//out/rhythms.itely
Documentation//out-www/rhythms.itely
Documentation//snippets/rhythms-intro.itely

> 
> if so, try this one:
>   find Documentation/ -path 'Documentation/snippets' -prune \
>   , -name '*.itely | grep rhythms
> 
> do you still see reasonable results?


sorensen2:lilypond Carl$ find Documentation/ -path 'Documentation/snippets'
-prune \
> , -name '*.itely' | grep rhythms
find: ,: unknown option



It's the , in the find.

Thanks,

Carl




reply via email to

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