]> git.donarmstrong.com Git - lilypond.git/commit
Fix crash when output-preview-framework is missing
authorPatrick McCarty <pnorcks@gmail.com>
Thu, 28 May 2009 00:40:20 +0000 (17:40 -0700)
committerPatrick McCarty <pnorcks@gmail.com>
Fri, 17 Jul 2009 09:43:22 +0000 (02:43 -0700)
commit840936be1b28526ef292b5dae8ae031b4fa587f9
treeb6568a06260969eced534310fe3678f10eeba328
parent150be05ab6c52ed8760d4dc1b05870355ce7b708
Fix crash when output-preview-framework is missing

* If -dpreview is used when output-preview-framework
  does not exist for the given backend, LilyPond crashes.

  This patch implements checks for both output-framework
  and output-preview-framework, and issues warnings if
  they do not exist.

Signed-off-by: Patrick McCarty <pnorcks@gmail.com>
(cherry picked from commit 27f9029238357e9e3e7938f0667445d5e775e991)
lily/paper-book.cc