From: fred Date: Sun, 24 Mar 2002 19:56:27 +0000 (+0000) Subject: lilypond-0.1.14 X-Git-Tag: release/1.5.59~3962 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=32c5747cb0d0caadde1f565345d22c6c1951b369;p=lilypond.git lilypond-0.1.14 --- diff --git a/lily/super-elem.cc b/lily/super-elem.cc index ef162d0a0b..0cc425198c 100644 --- a/lily/super-elem.cc +++ b/lily/super-elem.cc @@ -10,19 +10,7 @@ #include "scoreline.hh" #include "p-score.hh" #include "string.hh" - -String -Super_elem::TeX_output_str() const -{ - String s; - for (int i=0; i < lines_arr_.size(); i++) - { - s += lines_arr_[i]->TeX_output_str(); - if (i + 1outputter_l_->start_line (); + lines_arr_[i]->calcalute_dependencies (BREWING, BREWED, &Score_elem::do_brew_molecule); + pscore_l_->outputter_l_->stop_line (); + } +} + + + +void +Super_elem::unlink_all () +{ + calcalute_dependencies (UNLINKING, UNLINKED, &Score_elem::junk_links); +} +