From: fred Date: Sun, 24 Mar 2002 19:55:36 +0000 (+0000) Subject: lilypond-0.1.11 X-Git-Tag: release/1.5.59~4013 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=950feb23efe3e9d667bd9a8bc808b9f77da0be19;p=lilypond.git lilypond-0.1.11 --- diff --git a/lily/include/super-elem.hh b/lily/include/super-elem.hh index eb12e833a1..1b5a994037 100644 --- a/lily/include/super-elem.hh +++ b/lily/include/super-elem.hh @@ -20,7 +20,7 @@ public: Line_of_score * line_of_score_l_; void add_broken_line (Line_of_score*); Super_elem(); - virtual String TeX_string()const; + virtual String TeX_output_str() const; protected: virtual void do_substitute_dependency (Score_elem*,Score_elem*); virtual void handle_broken_dependencies();