]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/book.cc
* lily/paper-book.cc (classic_output): Reinstate header_0_ hack.
[lilypond.git] / lily / book.cc
index 0ba3fdf7f85d99062f0e1e2499593254834f3071..4d764f3be35865d6e4971366b8111d0613f44032 100644 (file)
@@ -106,8 +106,8 @@ Book::process (String outname, Output_def *default_def)
             titling? */
          if (scm_is_vector (systems))
            {
-             if (ly_c_module_p (header_))
-               paper_book->add_score (header_);
+             if (ly_c_module_p (score->header_))
+               paper_book->add_score (score->header_);
              paper_book->add_score (systems);
            }
        }