]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/score.cc
* python/lilylib.py (make_ps_images): only compute bbox when needed.
[lilypond.git] / lily / score.cc
index 7757b6a37d5bec7ae773893733116e4e6e27b7e0..aaa6663616390f980b9dea08067d0aa5c69b72af 100644 (file)
@@ -195,7 +195,7 @@ default_rendering (SCM music, SCM outdef,
            ugh, this is strange, Paper_book without a Book object.
           */
          Paper_book *paper_book = new Paper_book ();
-
+         paper_book->header_ = header;
          paper_book->bookpaper_ = unsmob_output_def (scaled_bookdef);
          
          Score_lines sc;