]> git.donarmstrong.com Git - lilypond.git/commitdiff
Issue 4912: Fix output definition use in \book and \bookpart
authorDavid Kastrup <dak@gnu.org>
Sat, 2 Jul 2016 08:08:42 +0000 (10:08 +0200)
committerDavid Kastrup <dak@gnu.org>
Thu, 7 Jul 2016 16:02:09 +0000 (18:02 +0200)
The only explicit output definition blocks allowed in \book and
\bookpart blocks were paper blocks.  Output definitions supplied with
Scheme expressions were erroneously interpreted like global output
definitions, accepting all output definition types and overriding the
global defaults with them.

Now the only output definitions accepted as Scheme expressions are
paper blocks.  As opposed to previously, they actually set the paper
block of the respective book or bookpart.


No differences found