]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.61
authorfred <fred>
Sun, 24 Mar 2002 19:42:46 +0000 (19:42 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:42:46 +0000 (19:42 +0000)
lily/include/tie.hh
lily/tie.cc

index 972d2cf97e22511342f76943f9b45fce89600a96..7f03564866a36dbfe608015e70e71d77f455b153 100644 (file)
@@ -18,9 +18,9 @@ class Tie : public Bow {
     virtual void do_post_processing();
     virtual void set_default_dir();
 public:
+    bool same_pitch_b_;
     Notehead * left_head_l_;
     Notehead * right_head_l_;
-
     void set_head(int, Notehead*head_l);
     Tie();
     
index 06c09a3b82aea36cac24adb78daa4938854cfb17..5c71c9d133bd27028600c0813b9116e2f88f9342 100644 (file)
@@ -41,6 +41,7 @@ Tie::Tie()
 {
     right_head_l_ =0;
     left_head_l_ =0;
+    same_pitch_b_ =false;
 }
 
 void