Re: Failed compiling a single lsr-snippet, which does not fail whenrunning the whole lsr

2012-04-03 Thread Phil Holmes
- Original Message - From: Thomas Morley thomasmorle...@googlemail.com To: lilypond-devel lilypond-devel@gnu.org Cc: David Nalesnik david.nales...@gmail.com; bug-lilypond bug-lilyp...@gnu.org Sent: Tuesday, April 03, 2012 12:26 AM Subject: Failed compiling a single lsr-snippet, which

Re: Failed compiling a single lsr-snippet, which does not fail whenrunning the whole lsr

2012-04-03 Thread Thomas Morley
Am 3. April 2012 10:27 schrieb Phil Holmes m...@philholmes.net: - Original Message - From: Thomas Morley thomasmorle...@googlemail.com To: lilypond-devel lilypond-devel@gnu.org Cc: David Nalesnik david.nales...@gmail.com; bug-lilypond bug-lilyp...@gnu.org Sent: Tuesday, April 03,

Re: Failed compiling a single lsr-snippet, which does not fail whenrunning the whole lsr

2012-04-03 Thread Phil Holmes
compiling a single lsr-snippet, which does not fail whenrunning the whole lsr Am 3. April 2012 10:27 schrieb Phil Holmes m...@philholmes.net: - Original Message - From: Thomas Morley thomasmorle...@googlemail.com To: lilypond-devel lilypond-devel@gnu.org Cc: David Nalesnik david.nales

Re: Failed compiling a single lsr-snippet, which does not fail whenrunning the whole lsr

2012-04-03 Thread m...@apollinemike.com
On Apr 3, 2012, at 1:10 PM, Phil Holmes wrote: We need to check what the script is doing and how it responds to failing snippets like this. I'm not in a position to do this right now, but let's not forget it's there. I've put it on the tracker as

Re: Failed compiling a single lsr-snippet, which does not fail whenrunning the whole lsr

2012-04-03 Thread Graham Percival
On Tue, Apr 03, 2012 at 12:53:33PM +0200, Thomas Morley wrote: But there is a very basic problem: If I test compiling the whole LSR and all is fine but compiling a single file from LSR failes, means I can't trust my testing-results. How can I continue the work? Having no chance to notice

Re: Failed compiling a single lsr-snippet, which does not fail whenrunning the whole lsr

2012-04-03 Thread Thomas Morley
Am 3. April 2012 16:52 schrieb David Kastrup d...@gnu.org: m...@apollinemike.com m...@apollinemike.com writes: On Apr 3, 2012, at 1:10 PM, Phil Holmes wrote: We need to check what the script is doing and how it responds to failing snippets like this.  I'm not in a position to do this right

Re: Failed compiling a single lsr-snippet, which does not fail whenrunning the whole lsr

2012-04-03 Thread David Kastrup
Thomas Morley thomasmorle...@googlemail.com writes: Using #!/bin/bash for LILYFILE in *.ly do STEM=$(basename $LILYFILE .ly) echo running $LILYFILE... lilypond --format=png -ddelete-intermediate-files $LILYFILE $STEM.txt done (as for the whole lsr) works and it compiles!!

Re: Failed compiling a single lsr-snippet, which does not fail whenrunning the whole lsr

2012-04-03 Thread Thomas Morley
Am 3. April 2012 21:30 schrieb David Kastrup d...@gnu.org: Thomas Morley thomasmorle...@googlemail.com writes: Using #!/bin/bash for LILYFILE in *.ly do   STEM=$(basename $LILYFILE .ly)   echo running $LILYFILE...   lilypond --format=png -ddelete-intermediate-files $LILYFILE