]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.26
authorfred <fred>
Sun, 24 Mar 2002 19:28:42 +0000 (19:28 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:28:42 +0000 (19:28 +0000)
hdr/slur.hh
src/meter.cc

index 26bb2ff36e33ca0711b204d2733402d7fc7778d0..c9524ba6f5311a7071a74ff57ca8e563e27a2eb5 100644 (file)
@@ -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
index ba653dae2a4bb6b33db313a1b8c7e6b778089895..bd3f763c006274861add735a6476d8f91432948d 100644 (file)
@@ -3,7 +3,7 @@
 #include "meter.hh"
 #include "paper.hh"
 #include "lookup.hh"
-
+NAME_METHOD(Meter);
 Meter::Meter(Array<Scalar>a)
     :args(a)
 {