]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.3.103
authorfred <fred>
Wed, 27 Mar 2002 00:02:01 +0000 (00:02 +0000)
committerfred <fred>
Wed, 27 Mar 2002 00:02:01 +0000 (00:02 +0000)
lily/tie-column.cc

index eb7b45fb58bca8add3fcafce7055566a10bad6c9..58d3db3dca84751319914cf23666d1ca155cc2b8 100644 (file)
@@ -76,6 +76,10 @@ Tie_column::set_directions (Score_element*me)
       ties.del (i);
   
 
+  if(!ties.size())
+    return ;
+  
+
   Direction d = Directional_element_interface::get (me);
   if (d)
     {