From: fred Date: Sun, 24 Mar 2002 19:26:49 +0000 (+0000) Subject: lilypond-0.0.19 X-Git-Tag: release/1.5.59~5672 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=3efb2ec62e1d861d56d2cf9e9845939ef4202c82;p=lilypond.git lilypond-0.0.19 --- diff --git a/src/staffline.cc b/src/staffline.cc index 9fd5b1d5bf..afb8085b1a 100644 --- a/src/staffline.cc +++ b/src/staffline.cc @@ -63,12 +63,11 @@ Line_of_staff::Line_of_staff(Line_of_score * sc, PStaff*st) line_of_score_=sc; pstaff_=st; - PCol *linestart = sc->cols.top(); PCol *linestop = sc->cols.bottom(); - for (PCursor sp(pstaff_->spans); sp.ok(); sp++) { + PCol *brokenstart = &MAX(*linestart, *sp->left); PCol *brokenstop = &MIN(*linestop, *sp->right); if ( *brokenstart < *brokenstop) { diff --git a/src/table.cc b/src/table.cc index 119475cc54..e69de29bb2 100644 --- a/src/table.cc +++ b/src/table.cc @@ -1,8 +0,0 @@ -#include "glob.hh" -#include "debug.hh" -#include "string.hh" -#include "inputstaff.hh" - - - -