From: fred Date: Sun, 24 Mar 2002 19:28:42 +0000 (+0000) Subject: lilypond-0.0.26 X-Git-Tag: release/1.5.59~5564 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=56d4e7295159f3e3e2d69e86c2eca17e6746a58f;p=lilypond.git lilypond-0.0.26 --- diff --git a/hdr/slur.hh b/hdr/slur.hh index 26bb2ff36e..c9524ba6f5 100644 --- a/hdr/slur.hh +++ b/hdr/slur.hh @@ -21,7 +21,6 @@ struct Slur : Directional_spanner { /****************/ Offset center() const; Slur(); - void print() const; void do_post_processing(); void do_pre_processing(); void add(Notehead*); @@ -30,7 +29,8 @@ struct Slur : Directional_spanner { Spanner* do_break_at( PCol*, PCol*) const; void process(); private: -Molecule*brew_molecule_p()const; + Molecule*brew_molecule_p()const; + const char * name() const; }; #endif // SLUR_HH diff --git a/src/meter.cc b/src/meter.cc index ba653dae2a..bd3f763c00 100644 --- a/src/meter.cc +++ b/src/meter.cc @@ -3,7 +3,7 @@ #include "meter.hh" #include "paper.hh" #include "lookup.hh" - +NAME_METHOD(Meter); Meter::Meter(Arraya) :args(a) {