]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.19
authorfred <fred>
Sun, 24 Mar 2002 19:26:49 +0000 (19:26 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:26:49 +0000 (19:26 +0000)
src/staffline.cc
src/table.cc

index 9fd5b1d5bf518c3af953039a2f9f229d8a8f4b16..afb8085b1a63ee0f0cac4b490e50d504baf937af 100644 (file)
@@ -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<const Spanner*> sp(pstaff_->spans); sp.ok(); sp++) {
+
        PCol *brokenstart = &MAX(*linestart, *sp->left);
        PCol *brokenstop = &MIN(*linestop, *sp->right);
        if ( *brokenstart < *brokenstop) {
index 119475cc54d167cb5b7804ab5b1c2594f5fa1017..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 100644 (file)
@@ -1,8 +0,0 @@
-#include "glob.hh"
-#include "debug.hh"
-#include "string.hh"
-#include "inputstaff.hh"
-
-
-
-