]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/tuplet-number.cc
Show TupletNumbers also on single-note tuplets (e.g. with tremolo)
[lilypond.git] / lily / tuplet-number.cc
index 22d857bdd2a2a2fb04f34eef3877de334230d2f1..78697ca4b11cf1953eccfe2420b6a49c9cec4a5a 100644 (file)
@@ -35,16 +35,6 @@ Tuplet_number::print (SCM smob)
       return SCM_EOL;
     }
 
-  /*
-    Don't print if it doesn't span time.
-   */
-  if (robust_scm2moment (tuplet->get_bound (LEFT)->get_column ()->get_property ("when"), Moment (0))
-      == robust_scm2moment (tuplet->get_bound (RIGHT)->get_column ()->get_property ("when"), Moment (0)))
-    {
-      me->suicide ();
-      return SCM_EOL;
-    }
-
   SCM stc_scm = Text_interface::print (smob);
   Stencil *stc = unsmob_stencil (stc_scm);