X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fpaper-score.cc;h=0cc8169ede947399a15ca164b3dcf5b0e7702f58;hb=26633bbfbf821a7cfdfe7a0367d1ea94a440be2e;hp=5feda5abf9a8c2ebcf2446dc88b8d6999e851ce7;hpb=fd58a98a46a3def26b80a895f1f7b81c92590fc3;p=lilypond.git diff --git a/lily/paper-score.cc b/lily/paper-score.cc index 5feda5abf9..0cc8169ede 100644 --- a/lily/paper-score.cc +++ b/lily/paper-score.cc @@ -113,12 +113,6 @@ Paper_score::process (String outname) outputter_->write_header_fields_to_file (header_); } -#if 0 - // todo: transport origin_string_ in header. - outputter_->output_comment (_ ("Outputting Score, defined at: ")); - outputter_->output_comment (origin_string_); -#endif - outputter_->output_scope (paper_->scope_, "lilypondpaper"); SCM scm = scm_list_n (ly_symbol2scm ("header-end"), SCM_UNDEFINED);