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: Henning Plumeyer
Subject: Re: DOCS: revising LM "Score and Parts"
Date: Mon, 25 May 2009 00:46:17 +0200
User-agent: Opera Mail/9.64 (Win32)

Am 25.05.2009, 00:21 Uhr, schrieb Henning Plumeyer <address@hidden>:


I don't know what
        $(LILY_CMD) $<; \
means, but the two if statements seem to check if there are any pdf or
midi files around and then move them to their directories.

On Windows this can be achieved as follows:
        if exist *.pdf  move "*.pdf" PDF/
        if exist *.midi move "*.pdf" MIDI/

If it has to be on one line:
        if exist *.pdf  move "*.pdf" PDF/ & if exist *.midi move "*.pdf" MIDI/

Henning





reply via email to

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