]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.3.0
authorfred <fred>
Tue, 26 Mar 2002 22:28:11 +0000 (22:28 +0000)
committerfred <fred>
Tue, 26 Mar 2002 22:28:11 +0000 (22:28 +0000)
lily/change-iterator.cc

index e932c794feef9581f64b49facf904170d7f359be..4fa7c519e460611ca8e108c4c7a2a0eef13c9a66 100644 (file)
@@ -21,6 +21,9 @@ Change_iterator::error (String reason)
 
   String warn1 = _f ("Can't change `%s' to `%s'", to_type, to_id) 
     + ": " + reason;
+  /*
+    GUHG!
+   */
   String warn2= "Change_iterator::do_process_and_next (): " 
     + report_to_l ()->type_str_ + " = `"
     + report_to_l ()->id_str_ + "': ";