]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/tie.hh
release: 0.1.11
[lilypond.git] / lily / include / tie.hh
index fde107fb8120966a88aa3fb873e7c4067ce9bc7a..30673fc9eede1ea7fc21b7b96f40af37faeb0788 100644 (file)
@@ -23,9 +23,9 @@ class Tie : public Bow {
     
 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;