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" >& >> "$STEM".txt >> done >> >> (as for the whole lsr) works and it compiles!! >> >> Compiling with 2.14.2 >> lilypond contemporary-vibrato.ly >> gave me simply: >> ERROR: Wrong type (expecting pair): () >> >> Can someone confirm this behaviour? I can hardly believe it. >> >> Compiling with 2.15.34 after removing a $-sign >> gave me >> contemporary-vibrato.ly:98:19: In procedure car in expression (map car in_l): >> contemporary-vibrato.ly:98:19: Wrong type (expecting pair): () >> >> >> Compiling with 2.12.3 works fine. > > Can you try with -dno-protected-scheme-parsing again? Sometimes this > leads to better error messages. > > -- > David Kastrup
Done. But I've got no additional message. -Harm _______________________________________________ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel