]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/stem.cc
nitpicks.
[lilypond.git] / lily / stem.cc
index fc21f2d6b9597929ee24dd4c888d1a1f7824d027..77185b3bdc9bc07e2c8539a4c97953a01b90a618 100644 (file)
@@ -154,7 +154,7 @@ Stem::last_head (Grob *me)
 Drul_array<Grob *>
 Stem::extremal_heads (Grob *me)
 {
-  const int inf = 1000000;
+  const int inf = INT_MAX;
   Drul_array<int> extpos;
   extpos[DOWN] = inf;
   extpos[UP] = -inf;