]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/staffline.cc
release: 0.0.62
[lilypond.git] / lily / staffline.cc
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_)