]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/beam-quanting.cc
Update German manual skeletons
[lilypond.git] / lily / beam-quanting.cc
index 5bd62f19bc246e038c86961b6e8d3977c15bb75b..a40621e61ba84d471841ed7b2ec6cb78427bebc3 100644 (file)
@@ -379,8 +379,7 @@ Beam::score_stem_lengths (vector<Grob*> const &stems,
   Direction d = DOWN;
   do
     score[d] /= max (count[d], 1);
-  while (flip (&d) != DOWN)
-    ;
+  while (flip (&d) != DOWN);
 
   return score[LEFT] + score[RIGHT];
 }