]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.27
authorfred <fred>
Sun, 24 Mar 2002 19:30:12 +0000 (19:30 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:30:12 +0000 (19:30 +0000)
src/staff.cc

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