From 3efb2ec62e1d861d56d2cf9e9845939ef4202c82 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:26:49 +0000 Subject: [PATCH] lilypond-0.0.19 --- src/staffline.cc | 3 +-- src/table.cc | 8 -------- 2 files changed, 1 insertion(+), 10 deletions(-) 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" - - - - -- 2.39.5