]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.74pre
authorfred <fred>
Sun, 24 Mar 2002 19:47:21 +0000 (19:47 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:47:21 +0000 (19:47 +0000)
lily/include/rest-column.hh
lily/notehead.cc

index 8c9e4b80f5ba39f6818b14d9c928a94a5f361130..05327cbc6c0b0a3d29ca35b0522deb791b5e440d 100644 (file)
@@ -24,8 +24,8 @@ public:
     void add(Note_head *);
     void add(Stem *);
     NAME_MEMBERS();
-    void translate_y(Real dy);
     Rest_column();
+    void translate_heads(int dy);
 protected:
     virtual void do_print() const;
     virtual void do_substitute_dependency(Score_elem*, Score_elem*);
index acf7bb59d1513870c8cc00f48f67ff7f387bc41a..bd7fa443edbb9934488e2ccf84f4659f93dc496a 100644 (file)
@@ -50,9 +50,9 @@ Note_head::do_pre_processing()
        
     if (rest_b_) { 
        if (balltype_i_ == 1)
-           position_i_ = 6;
+           position_i_ += 6;
        else if (balltype_i_ == 2)
-           position_i_ = 4;
+           position_i_ += 4;
     }
 }