]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/book.cc
* lily/book.cc (process): bugfix: flip ?: cases.
[lilypond.git] / lily / book.cc
index f007e6263077f88a1e108856f4bc5c38eae98c64..bfd57d222e6b81f762a847e715f338c77d7a2cd0 100644 (file)
@@ -86,7 +86,7 @@ Book::process (Output_def *default_paper,
       if (score->error_found_)
        return 0;
 
-  Output_def *paper = paper_ ? default_paper : paper_;
+  Output_def *paper = paper_ ? paper_ : default_paper;
   if (!paper)
     return 0;