X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fscore-column.cc;h=6481709e27ed14d4f34c568c81c12de2f9800858;hb=1cf3d59c1559fb9774c4c1c8cae155cfe54a927c;hp=abe35406c0fbd2c5a174a8bb024f3f6fd145e44d;hpb=1e95a0be01466d1c98644f7705c8e07e41cc645c;p=lilypond.git diff --git a/lily/score-column.cc b/lily/score-column.cc index abe35406c0..6481709e27 100644 --- a/lily/score-column.cc +++ b/lily/score-column.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--1998 Han-Wen Nienhuys + (c) 1997--1998 Han-Wen Nienhuys */ #include "debug.hh" @@ -22,7 +22,7 @@ void Score_column::do_print() const { #ifndef NPRINT - DOUT << "mus "<< musical_b_ <<" at " << when_<< '\n'; + DOUT << "mus "<< musical_b_ << " at " << when_ << '\n'; if (break_penalty_i_ >= Break_req::FORCE) DOUT << "Break forced"; @@ -52,8 +52,8 @@ Score_column::add_duration (Moment d) { if (!d) { - warning (_("Ignoring zero duration added to column at ") - + when_.str ()); + warning (_f ("ignoring zero duration added to column at %s", + when_.str ())); return; }