bug-lilypond
[Top][All Lists]
Advanced

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

Re: bookOutputName not skipping files on second recompilation


From: David Kastrup
Subject: Re: bookOutputName not skipping files on second recompilation
Date: Wed, 22 Nov 2017 13:51:46 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux)

Jonathan Shamblen <address@hidden> writes:

> In other words, if there is a \bookOutputName or \bookOutputSuffix can
> lilypond check in the lilypond included directories for already created
> converted files
> with the bookOutputName /bookOutputSuffix and skip the compilation process
> for the snippet if the already compiled files like
>
> melody1.pdf
> melody1-systems.texi
> melody1-systems.tex
> melody1-systems.count
>
> etc.
>
> are found?
>
> Here is a minimal example to demonstrate the issue:  I am using
> lilypondbook to compile on Win10.:
>
> \version "2.19.80"
>
> melodyone = \relative { \time 4/4 \key c \major c1}
> \book { \bookOutputName "melody1"  \bookpart { \score { << \new Staff
> {\transpose c c \melodyone } >> } } }

That is not a lilypond-book source file.  Can you come up with an actual
minimal example, state what you expect to happen and what instead
happens?

-- 
David Kastrup



reply via email to

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