Comment #7 on issue 2466 by [email protected]: Lilypond files fail when
compiled singly, but not when compiled as part of a large number
http://code.google.com/p/lilypond/issues/detail?id=2466
I tested again with 2.14.2 and a directory containing only
contemporary-vibrato.ly
I'm running 64-bit Ubuntu 10.04
I used
(1) the script (from CG 7.7 Updating LSR to a new version):
#!/bin/bash
for LILYFILE in *.ly
do
STEM=$(basename "$LILYFILE" .ly)
echo "running $LILYFILE..."
lilypond --format=png -ddelete-intermediate-files "$LILYFILE"
& "$STEM".txt
done
(2) standard: lilypond contemporary-vibrato.ly
Results:
(a) with the file as it is
(1)->no error
(2)->error
(b) adding \paper{#(set-paper-size"a5")}
(1)->no error
(2)->no error
(c) paper{#(set-paper-size"a2")}
(1)->error
(2)->no error
Summary:
i) I've got different results compared with comment #5
ii) I don't know why this happens, but it's another reason to change the
CG-script