Hi,

Seba just informed me that the "Contemporary vibrato" snippet is not compiling.

(1) I tested again compiling the whole lsr with:

#!/bin/bash

for LILYFILE in *.ly
do
  STEM=$(basename "$LILYFILE" .ly)
  echo "running $LILYFILE..."
  lilypond --format=png -ddelete-intermediate-files "$LILYFILE" >& "$STEM".txt
done

and it works fine.

(2) I tested compiling the whole lsr with:

lilypond *.ly

and it works fine.

(3) But running the single file failes. I've no idea what's going on.


File attached.


Cheers,
  Harm

Attachment: contemporary-vibrato.ly
Description: Binary data

_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to