]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/dynamic-text-spanner.cc
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / lily / dynamic-text-spanner.cc
index 1ebb70fe8cbe186669e4c8ae5cd6fecd3efc79a3..a5d76e4bca52b5f5197be5a6a67fbd85462fd381 100644 (file)
@@ -79,15 +79,6 @@ Dynamic_text_spanner::print (SCM smob)
              encl = -d;
            }
 
-         /*
-           ugh - a special case.
-          */
-         if (d == RIGHT && me->get_property ("style") == ly_symbol2scm ("trill"))
-           {
-             pad = 2.0;
-             encl = LEFT;
-           }
-         
          Interval ext = b->extent (common, X_AXIS);
          span_points[d] = -d * pad
            + robust_relative_extent (b, common, X_AXIS)