On Fri, Aug 17, 2012 at 01:38:08PM -0400, m...@mikesolomon.org wrote:
> Has to do with my loop question from before - I am sure now that there is an 
> infinite loop but I'm not sure in what file it's being triggered.

John's way is probably better, but I'd do something like

for f in input/regressions/*.ly;
do
  echo "Attempting $f"
  out/bin/lilypond $f
done


and then check the console every few minutes; when you see it stop
moving to new filenames, that's probably the problem file.

- Graham

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

Reply via email to