]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/context-def.cc
* lily/sequential-music.cc: remove file.
[lilypond.git] / lily / context-def.cc
index 6c0f7f87b5dda4c4591acdd7213227ea86124745..1bc3e7a9c80196846a31e3b87ba558f31a79f5bd 100644 (file)
@@ -169,7 +169,7 @@ Context_def::path_to_acceptable_context (SCM type_sym, Output_def *odef) const
       accepteds.push (t);
 
   Link_array<Context_def> best_result;
-  for (int i= 0; i < accepteds.size (); i++)
+  for (int i = 0; i < accepteds.size (); i++)
     {
       /* do not check aliases, because \context Staff should not
         create RhythmicStaff. */
@@ -180,8 +180,8 @@ Context_def::path_to_acceptable_context (SCM type_sym, Output_def *odef) const
        }
     }
 
-  int best_depth= INT_MAX;
-  for (int i= 0; i < accepteds.size (); i++)
+  int best_depth = INT_MAX;
+  for (int i = 0; i < accepteds.size (); i++)
     {
       Context_def * g = accepteds[i];
 
@@ -295,7 +295,7 @@ Context_def::instantiate (SCM ops, Object_key const *key)
              if (scm_is_pair (trans_list))
                scm_set_cdr_x (scm_last_pair (trans_list), cons);
              else
-               trans_list= cons;
+               trans_list = cons;
            }
          else
            {