-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Am Samstag, 15. August 2009 05:09:40 schrieb Carl Sorensen:
> On 8/14/09 6:14 PM, "Reinhold Kainhofer" <reinh...@kainhofer.com> wrote:
> > -----BEGIN PGP SIGNED MESSAGE-----
> > Hash: SHA1
> >
> > Am Samstag, 15. August 2009 01:54:17 schrieb Carl Sorensen:
> >> A related problem is that when I run convert-ly as
> >>
> >> find input/regression *.ly | xargs convert-ly -e --from "2.13.3"
> >>
> >> it does a convert-ly on all the files in input/regression/out/* and
> >> input/regression/out-www/*.  I don't want to mess with those files;
> >> they're created by the build system.
> >
> > Hmm, the find call above is wrong, I suppose it should be
> >     find input/regression/ -name '*.ly'
>
> Yes, that's right.  I typed it from memory, rather than pasting it from my
> terminal.
>
> > Anyway, you don't mind about any subdir, right? In that case, I would
> > simply use
> >      ls input/regression/*.ly | xargs ...
> > instead.
>
> Well, I think that at least we need to be able to handle the xml regtests
> as well, so we *do* need some subdirectories, I think.

The musicxml regtests are *.xml files, so searching for *.ly in that directory 
won't help anyway. The .ly files are all auto-created in out-www, running 
converty-ly on them can only give you an indication where musicxml2ly needs to 
be updated to a new  version...

Cheers,
Reinhold
- -- 
- ------------------------------------------------------------------
Reinhold Kainhofer, reinh...@kainhofer.com, http://reinhold.kainhofer.com/
 * Financial & Actuarial Math., Vienna Univ. of Technology, Austria
 * http://www.fam.tuwien.ac.at/, DVR: 0005886
 * LilyPond, Music typesetting, http://www.lilypond.org
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iD8DBQFKhlpkTqjEwhXvPN0RAnfAAJ9qVBfFHkb/GlS8P3KkUI9byztMBgCfQjg2
pKPiXqzUDeDH76mhVh4yAPU=
=L7dR
-----END PGP SIGNATURE-----


_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to