lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How does one get the name of the current .ly file being processed?


From: Graham Percival
Subject: Re: How does one get the name of the current .ly file being processed?
Date: Fri, 17 Aug 2012 18:42:48 +0100
User-agent: Mutt/1.5.21 (2010-09-15)

On Fri, Aug 17, 2012 at 01:38:08PM -0400, address@hidden 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



reply via email to

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