Re: update all files with convert.ly (Vol 118, Issue 26)

2012-09-07 Thread eluze
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 individually. in

Re: update all files with convert.ly (Vol 118, Issue 26)

2012-09-06 Thread Patrick or Cynthia Karl
Message: 5 Date: Wed, 05 Sep 2012 23:47:31 +0200 From: Reinhold Kainhofer reinh...@fam.tuwien.ac.at To: David Kastrup d...@gnu.org Subject: Re: update all files with convert.ly On 2012-09-04 11:37, David Kastrup wrote: Stefan Thomas kontrapunktste...@gmail.com writes: Dear community

Re: update all files with convert.ly

2012-09-05 Thread Reinhold Kainhofer
On 2012-09-04 11:37, David Kastrup wrote: Stefan Thomas kontrapunktste...@gmail.com writes: Dear community, how can I update all my ly files (including subfolders) with one command? Depending on operating system, something like find -name '*.ly' -exec convert-ly -ed {} \; might do the

Re: update all files with convert.ly

2012-09-05 Thread David Bobroff
On 9/5/2012 9:47 PM, Reinhold Kainhofer wrote: On 2012-09-04 11:37, David Kastrup wrote: Stefan Thomas kontrapunktste...@gmail.com writes: Dear community, how can I update all my ly files (including subfolders) with one command? Depending on operating system, something like find

Re: update all files with convert.ly

2012-09-05 Thread Graham Percival
On Wed, Sep 05, 2012 at 09:52:47PM +, David Bobroff wrote: I seem to remember that convert-ly used to, or used to have an option, to descend into sub-directories. Am I mistaken? You're mistaken; convert-ly only applies to a single file. You're probably thinking of somebody's wrapper shell

update all files with convert.ly

2012-09-04 Thread Stefan Thomas
Dear community, how can I update all my ly files (including subfolders) with one command? ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: update all files with convert.ly

2012-09-04 Thread David Kastrup
Stefan Thomas kontrapunktste...@gmail.com writes: Dear community, how can I update all my ly files (including subfolders) with one command? Depending on operating system, something like find -name '*.ly' -exec convert-ly -ed {} \; might do the trick. Needless to say, create a backup first.

Re: update all files with convert.ly

2012-09-04 Thread Phil Holmes
Which operating system? -- Phil Holmes - Original Message - From: Stefan Thomas To: lilypond-user Sent: Tuesday, September 04, 2012 10:32 AM Subject: update all files with convert.ly Dear community, how can I update all my ly files (including subfolders) with one