pabuhr wrote
>
>
>
>One way to cope with that, if the OS is sufficiently unix-like, is:
>
>for f in `find . -name \*.ly -print`
>do
> echo Converting $f
> convert-ly -ed $f
>done
>
>Then any files which had problems could be identified and addressed
> individuall
Try
$ find -name '*.ly' -print -exec convert-ly -ed {} \;
to print the file name before each conversion.
> From: Reinhold Kainhofer
> To: David Kastrup
> Subject: Re: update all files with convert.ly
> On 2012-09-04 11:37, David Kastrup wrote:> Stefan Thomas
> writes:
>
> Message: 5
> Date: Wed, 05 Sep 2012 23:47:31 +0200
> From: Reinhold Kainhofer
> To: David Kastrup
> Subject: Re: update all files with convert.ly
> On 2012-09-04 11:37, David Kastrup wrote:> Stefan Thomas
> writes:
>>
>>> Dear community,
>>> how can I update all my ly files (including subf