[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Failed compiling a single lsr-snippet, which does not fail when running
From: |
Thomas Morley |
Subject: |
Failed compiling a single lsr-snippet, which does not fail when running the whole lsr |
Date: |
Tue, 3 Apr 2012 01:26:16 +0200 |
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
contemporary-vibrato.ly
Description: Binary data
- Failed compiling a single lsr-snippet, which does not fail when running the whole lsr,
Thomas Morley <=
- Re: Failed compiling a single lsr-snippet, which does not fail when running the whole lsr, address@hidden, 2012/04/02
- Re: Failed compiling a single lsr-snippet, which does not fail whenrunning the whole lsr, Phil Holmes, 2012/04/03
- Re: Failed compiling a single lsr-snippet, which does not fail whenrunning the whole lsr, Thomas Morley, 2012/04/03
- Re: Failed compiling a single lsr-snippet, which does not fail whenrunning the whole lsr, Phil Holmes, 2012/04/03
- Re: Failed compiling a single lsr-snippet, which does not fail whenrunning the whole lsr, address@hidden, 2012/04/03
- Re: Failed compiling a single lsr-snippet, which does not fail whenrunning the whole lsr, David Kastrup, 2012/04/03
- Re: Failed compiling a single lsr-snippet, which does not fail whenrunning the whole lsr, Thomas Morley, 2012/04/03
- Re: Failed compiling a single lsr-snippet, which does not fail whenrunning the whole lsr, David Kastrup, 2012/04/03