]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.60
authorfred <fred>
Sun, 24 Mar 2002 19:42:25 +0000 (19:42 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:42:25 +0000 (19:42 +0000)
lily/slur.cc

index a47679a3f4fa7eabf6b97c2911b4e35ca5c0dc24..7de562215a3ca5e33a72949d89d0920f9aefbac4 100644 (file)
@@ -76,5 +76,8 @@ Slur::do_post_processing()
     Real inter_f = paper()->internote();
     left_pos_i_ = encompass_arr_[0]->stem_l_->height()[dir_i_]/inter_f;
     right_pos_i_ = encompass_arr_.top()->stem_l_->height()[dir_i_]/inter_f;
+
+    left_pos_i_ += dir_i_;
+    right_pos_i_ += dir_i_;
 }
 IMPLEMENT_STATIC_NAME(Slur);