From: fred Date: Tue, 26 Mar 2002 23:25:57 +0000 (+0000) Subject: lilypond-1.3.80 X-Git-Tag: release/1.5.59~1414 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=bc3ef89261c3ac7ad4587e5a71f7c9ea8bc71fc2;p=lilypond.git lilypond-1.3.80 --- diff --git a/lily/rest.cc b/lily/rest.cc index e3a1de5043..dcff306422 100644 --- a/lily/rest.cc +++ b/lily/rest.cc @@ -23,7 +23,6 @@ Rest::after_line_breaking (SCM smob) int bt = gh_scm2int (me->get_elt_property ("duration-log")); if (bt == 0) { - me->translate_axis (Staff_symbol_referencer::staff_space (me) , Y_AXIS); }