|
From: | David Kastrup |
Subject: | Re: Failed compiling a single lsr-snippet, which does not fail whenrunning the whole lsr |
Date: | Tue, 03 Apr 2012 21:30:15 +0200 |
User-agent: | Gnus/5.13 (Gnus v5.13) Emacs/24.0.94 (gnu/linux) |
Thomas Morley <address@hidden> 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
[Prev in Thread] | Current Thread | [Next in Thread] |