lilypond-auto
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Lilypond-auto] Issue 2466 in lilypond: Lilypond files fail when com


From: lilypond
Subject: Re: [Lilypond-auto] Issue 2466 in lilypond: Lilypond files fail when compiled singly, but not when compiled as part of a large number
Date: Thu, 05 Apr 2012 10:43:47 +0000


Comment #7 on issue 2466 by address@hidden: 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]