]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/abbrev.cc
patch::: 1.1.9.jcn2: sleur
[lilypond.git] / lily / abbrev.cc
index 841f063ca6f739f095043dde8a6bfe2790914d3c..36279673fd1fc049f414fb0a1adee8f582c49271 100644 (file)
@@ -54,13 +54,7 @@ Abbreviation::brew_molecule_p () const
       b.translate_axis (interbeam_f * i, Y_AXIS);
       beams->add_atom (b);
     }
-#define EGCS_ICE
-#ifndef EGCS_ICE
   beams->translate_axis (-beams->extent ()[Y_AXIS].center (), Y_AXIS);
-#else
-  beams->translate_axis (-(beams->extent ()[Y_AXIS].min () + 
-    beams->extent ()[Y_AXIS].max ()) / 2 , Y_AXIS);
-#endif
 
   if (stem_l_)
     {