]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/repeated-music.cc
(Paper_column): copy rank_. This fixes
[lilypond.git] / lily / repeated-music.cc
index ea2805b1c415a3e06288963d2ef91c5f005ee8c1..6cf1ff9ce90a9da6a6ba1e18f095f1168f6acf97 100644 (file)
@@ -64,8 +64,8 @@ Repeated_music::alternatives_get_length (bool fold) const
   if (fold)
     return Music_sequence::maximum_length (alternatives ());
 
-  Moment m =0;
-  int done =0;
+  Moment m = 0;
+  int done = 0;
 
   SCM p = alternatives ();
   while (scm_is_pair (p) && done < repeat_count ())