]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/part-combine-iterator.cc
* scm/music-functions.scm (has-request-chord): don't use
[lilypond.git] / lily / part-combine-iterator.cc
index 4886c91fc46fa72b8f04a3d13426af3176f5f07c..5555d17e496270a840b497c72259c7335eb273ff 100644 (file)
@@ -124,7 +124,7 @@ Part_combine_iterator::derived_substitute (Context *f,
                                     Context *t)
 {
   if (first_iter_)
-    first_iter_->substitute_outlet (f,t);
+    first_iter_->substitute_outlet (f, t);
 
 }
 
@@ -205,7 +205,7 @@ void
 Part_combine_iterator::substitute_both (Context * to1,
                                        Context * to2)
 {
-  Context *tos[]  = {to1,to2};
+  Context *tos[]  = {to1, to2};
   Music_iterator *mis[] = {first_iter_, second_iter_}; 
   Interpretation_context_handle *hs[] = {
     &null_,
@@ -320,7 +320,7 @@ Part_combine_iterator::construct_children ()
 
   Context *tr
     =  get_outlet ()->find_create_context (ly_symbol2scm ("Voice"),
-                                            "shared",props);
+                                            "shared", props);
 
   shared_.set_context (tr);
 
@@ -331,7 +331,7 @@ Part_combine_iterator::construct_children ()
 
   Context *solo_tr
     =  get_outlet ()->find_create_context (ly_symbol2scm ("Voice"),
-                                             "solo",props);
+                                             "solo", props);
 
   solo_ .set_context (solo_tr);