lilypond-devel
[Top][All Lists]
Advanced

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

Re: DOCS: revising LM "Score and Parts"


From: Werner LEMBERG
Subject: Re: DOCS: revising LM "Score and Parts"
Date: Tue, 26 May 2009 06:28:07 +0200 (CEST)

>> If there is at least one blank (on a german Windows the home
>> directory is called "c:\Dokumente und Einstellungen\<username>")
>> searching does not work.

I suggest that you contact the address@hidden mailing list,
providing a minimal (trivial) example demonstrating the VPATH problem.
Either this is a bug in the Windows port of GNU make, or they know a
solution.

>> # The pattern rule to create PDF and MIDI files from a LY input
>> # file.  The .pdf output files are created in the `PDF'
>> # subdirectory, and the .midi files are put into the `MIDI'
>> # subdirectory.
>> %.pdf %.midi: %.ly
>>     $(LILY_CMD) $<
>>     if exist "$*.pdf" move /Y "$*.pdf" PDF/
>>     if exist "$*.mid" move /Y "$*.mid" MIDI/

Uuh, you are using `%.midi' in the rule but you are moving *.mid
files!  You should use `%.mid' too since this is what lilypond creates
if run on Windows, right?  The comment should be updated accordingly.


    Werner




reply via email to

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