X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Ftuplet-number.cc;h=117179eb112a3f9464ac3604a6e8b68c091eaadd;hb=81abebcfecdb22d2e7b6b8e2a6d9f758aa45a13a;hp=22d857bdd2a2a2fb04f34eef3877de334230d2f1;hpb=18b1e6e9649bddeaccdd4b4daa74cda0324b8fb3;p=lilypond.git diff --git a/lily/tuplet-number.cc b/lily/tuplet-number.cc index 22d857bdd2..117179eb11 100644 --- a/lily/tuplet-number.cc +++ b/lily/tuplet-number.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 2005--2007 Han-Wen Nienhuys + (c) 2005--2009 Han-Wen Nienhuys */ @@ -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); @@ -76,10 +66,10 @@ Tuplet_number::calc_cross_staff (SCM smob) } ADD_INTERFACE (Tuplet_number, - "The number for a bracket. " - , + "The number for a bracket.", /* properties */ "avoid-slur " // UGH. - "bracket "); + "bracket " + );