From: fred Date: Sun, 24 Mar 2002 19:30:12 +0000 (+0000) Subject: lilypond-0.0.27 X-Git-Tag: release/1.5.59~5479 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=2290496062416d85fdb2d608103de8b4f3d5769b;p=lilypond.git lilypond-0.0.27 --- diff --git a/src/staff.cc b/src/staff.cc index df46046c14..d6ddda8f3b 100644 --- a/src/staff.cc +++ b/src/staff.cc @@ -142,7 +142,8 @@ Staff::setup_staffcols() Staff_column *s_l=get_col(now,true); s_l->add(j); now += j->duration; - } + } + } set_time_descriptions(); }