]> git.donarmstrong.com Git - lilypond.git/commit
Fix handling of missing stencil expressions
authorPatrick McCarty <pnorcks@gmail.com>
Sun, 2 Aug 2009 09:37:41 +0000 (02:37 -0700)
committerPatrick McCarty <pnorcks@gmail.com>
Sun, 2 Aug 2009 09:49:57 +0000 (02:49 -0700)
commiteb4d92fc2b3eaa7cae8a08b311fa0139f0b2d7b1
tree9cebd331d78a4e0f2ec716f6e5f39bc5c19f3a5c
parentda3cb91205013ef85557886a116fa485c3f8f3cb
Fix handling of missing stencil expressions

I had not tested the case of multiple \book blocks.

For example, in output-ps.scm a warning is assigned for "utf-8-string",
but this assignment persists for the next \book block, which is
undesirable; the assignments are only supposed to be used while the
stencils are being dumped with the outputter.

This patch removes the "missing" stencil expressions from the
output-module when the outputter is closed.
lily/paper-outputter.cc
scm/backend-library.scm