Thomas Morley <[email protected]> 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 _______________________________________________ bug-lilypond mailing list [email protected] https://lists.gnu.org/mailman/listinfo/bug-lilypond
