bug-lilypond
[Top][All Lists]
Advanced

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

Re: my favorite bug :-)


From: David Kastrup
Subject: Re: my favorite bug :-)
Date: Fri, 01 May 2015 16:15:51 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

Werner LEMBERG <address@hidden> writes:

>>> In this case, as an intermediate file "example.ps" is used. This is
>>> a problem if a file named "example.ps" already exists in my working
>>> directory.  This file is brutally overwritten and deleted when I
>>> run lilypond without any warning or option to cancel, nor is a
>>> backup copy of the old file made.
>> 
>> Exactly the behaviour that I want.
>
> Certainly not.
>
>> When I work on manuscripts the .pdf (as well as the .midi) are
>> objects.  The .ly is the only source.  Just like compiling .c files,
>> I don't want a warning every time it is going to overwrite a .o
>> file.
>
> There is a big difference: If you compile a .c file, the .o files
> stays by default; the compiler doesn't remove it.

Uh, wrong?

cd /tmp;echo "main(){return 0;}" >gega.c;gcc -o gega gega.c;ls gega*
gega  gega.c

-- 
David Kastrup



reply via email to

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