-Eluze <elu...@gmail.com> 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 _______________________________________________ bug-lilypond mailing list bug-lilypond@gnu.org https://lists.gnu.org/mailman/listinfo/bug-lilypond