bug-lilypond
[Top][All Lists]
Advanced

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

Re: \bookOutputName not working if a \paper block uses a previously defi


From: David Kastrup
Subject: Re: \bookOutputName not working if a \paper block uses a previously defined variable
Date: Sat, 24 Mar 2012 13:09:07 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.94 (gnu/linux)

-Eluze <address@hidden> writes:

> this code does not produce the expected output file paper-test.pdf:
>
> aFivePaper = \paper { paperheight = 21.0 \cm }
> \book {
>   \bookOutputName "paper-test"
>   \relative {c d e f}
>   \paper {\aFivePaper}
> }

\bookOutputName sets the output name in the paper block, so with this
usage, you would need to call it _after_ setting \paper.

I think it makes some sense to set \paper first in a book.  I don't see
a significantly preferable place for storing the bookOutputName.

-- 
David Kastrup




reply via email to

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