]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/item.cc
Update.
[lilypond.git] / lily / item.cc
index e94b5bc26762862fd4e38a8a4406bfc5c590b690..369d4f5178849b53fc00673d6ce15216fbf751ed 100644 (file)
@@ -24,7 +24,7 @@ Item::clone (int count) const
 Item::Item (SCM s, Object_key const *key)
   : Grob (s, key)
 {
-  broken_to_drul_[LEFT] = broken_to_drul_[RIGHT]= 0;
+  broken_to_drul_[LEFT] = broken_to_drul_[RIGHT] = 0;
   Group_interface::add_thing (this, ly_symbol2scm ("interfaces"), ly_symbol2scm ("item-interface"));
 }
 
@@ -78,6 +78,7 @@ Item::copy_breakable_items ()
       new_copies[i] = item;
     }
   while (flip (&i) != LEFT);
+
   broken_to_drul_ = new_copies;
 }