]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/tie.hh
release: 0.1.11
[lilypond.git] / lily / include / tie.hh
index 9d8c35496b33af124608319fabaacd3249f11086..30673fc9eede1ea7fc21b7b96f40af37faeb0788 100644 (file)
@@ -19,13 +19,13 @@ class Tie : public Bow {
     virtual void do_add_processing();
     virtual void do_post_processing();
     virtual void set_default_dir();
-    virtual void do_substitute_dependency(Score_elem*,Score_elem*);
+    virtual void do_substitute_dependency (Score_elem*,Score_elem*);
     
 public:
     bool same_pitch_b_;
-    Note_head * left_head_l_;
-    Note_head * right_head_l_;
-    void set_head(int, Note_head*head_l);
+    Drul_array<Note_head *> head_l_drul_;
+
+    void set_head (Direction, Note_head*head_l);
 
     Tie();
     DECLARE_MY_RUNTIME_TYPEINFO;