From 69482b41b5441e036e7d523b7241dc6dcc6f621a Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:42:53 +0000 Subject: [PATCH] lilypond-0.0.62 --- flower/include/pqueue.hh | 2 +- lily/staffline.cc | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/flower/include/pqueue.hh b/flower/include/pqueue.hh index 034fa3d3ef..846b870089 100644 --- a/flower/include/pqueue.hh +++ b/flower/include/pqueue.hh @@ -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; } diff --git a/lily/staffline.cc b/lily/staffline.cc index 742cee60c2..c5e17bc7fc 100644 --- a/lily/staffline.cc +++ b/lily/staffline.cc @@ -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_) -- 2.39.5