]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/book.cc
* Documentation/topdocs/NEWS.tely (Top): Mention markup text feature.
[lilypond.git] / lily / book.cc
index 04380f615f6adc866c7418686dc6dc80e6a1dcf3..114fb04b32ec38ae9a27c3e2f8183ef21c004dfa 100644 (file)
@@ -107,6 +107,7 @@ Book::process (String outname, Output_def *default_def)
          Score_systems sc;
          sc.systems_ = systems;
          sc.header_ = scores_[i]->header_;
+         sc.texts_ = scores_[i]->texts_;
          paper_book->score_systems_.push (sc);
        }
     }