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: Graham Percival
Subject: Re: scripts/auxiliar/update-with-convert-ly.sh appears not to work on Documentation/notation/rhythms.itely
Date: Thu, 16 Dec 2010 16:26:10 +0000
User-agent: Mutt/1.5.20 (2009-06-14)

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?

if so, try this one:
  find Documentation/ -path 'Documentation/snippets' -prune \
  , -name '*.itely | grep rhythms

do you still see reasonable results?


I expect that one or both of those commands won't work on your
system, but I need to discover which one.

Cheers,
- Graham



reply via email to

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