]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.62
authorfred <fred>
Sun, 24 Mar 2002 19:42:53 +0000 (19:42 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:42:53 +0000 (19:42 +0000)
flower/include/pqueue.hh
lily/staffline.cc

index 034fa3d3ef8384d2a0743f81221bd1119f9d0f56..846b870089b750910dfdabda6a25766594ecb76d 100644 (file)
@@ -74,7 +74,7 @@ public:
        OK();
     }
     T max() const {
-       int first_leaf_i = size();
+       //int first_leaf_i = size();
        T max_t;
        return max_t;
     }
index 742cee60c2653398a9090e4609a6e68440c3803e..c5e17bc7fc2cf62eed56d799ca497ddb0bb5cd39 100644 (file)
@@ -41,7 +41,9 @@ Line_of_staff::TeXstring() const
            // moveover
            if (delta)
                s +=String( "\\kern ") + print_dimen(delta);
-
+           if (cc->error_mark_b_) {
+               s += String("\\columnerrormark");
+           }
            // now output the items.
            for (iter_top(cc->its,i); i.ok(); i++) {
                if (i->pstaff_l_ == pstaff_l_)