]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.3.80
authorfred <fred>
Tue, 26 Mar 2002 23:25:57 +0000 (23:25 +0000)
committerfred <fred>
Tue, 26 Mar 2002 23:25:57 +0000 (23:25 +0000)
lily/rest.cc

index e3a1de5043fa22e73324a9f7d382d89436f8af6e..dcff3064226b85e6e345e2a6635674194fc627b2 100644 (file)
@@ -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);
     }