]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.21
authorfred <fred>
Sun, 24 Mar 2002 19:27:24 +0000 (19:27 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:27:24 +0000 (19:27 +0000)
hdr/slur.hh

index df144a88ee8ddd761efe5143337d7cd68ee56945..cf8c2261ab4e327fa4945a1f2773a9be2d9ae484 100644 (file)
@@ -20,16 +20,17 @@ struct Slur : Directional_spanner {
 
     /****************/
     Offset center() const;
-    void calculate();
-    void print()const;    
-    void preprocess();
+    Slur();
+    void print() const;    
+    void do_post_processing();
+    void do_pre_processing();
     void add(Notehead*);
     void set_default_dir();
-    Interval height() const;
-    Spanner* broken_at( PCol*, PCol*) const;
+
+    Spanner* do_break_at( PCol*, PCol*) const;
     void process();
 private:
-    void brew_molecule();
+Molecule*brew_molecule()const;
 };
 
 #endif // SLUR_HH