]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.3.68
authorfred <fred>
Tue, 26 Mar 2002 22:47:57 +0000 (22:47 +0000)
committerfred <fred>
Tue, 26 Mar 2002 22:47:57 +0000 (22:47 +0000)
lily/score-element-info.cc

index 92c1abd453ace9ae0afa7a2cf68aa0baa9e73b81..c437a655d5831b4a530f088a482992e291204323 100644 (file)
@@ -35,7 +35,7 @@ Score_element_info::origin_trans_l_arr (Translator* end) const
   do {
     r.push (t);
     t = t->daddy_trans_l_;
-  } while (t != end->daddy_trans_l_);
+  } while (t && t != end->daddy_trans_l_);
   
   return r;
 }