From 32c5747cb0d0caadde1f565345d22c6c1951b369 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:56:27 +0000 Subject: [PATCH] lilypond-0.1.14 --- lily/super-elem.cc | 80 ++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 67 insertions(+), 13 deletions(-) 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); +} + -- 2.39.5