From: fred Date: Tue, 26 Mar 2002 21:51:10 +0000 (+0000) Subject: lilypond-1.1.65 X-Git-Tag: release/1.5.59~2364 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=fdbfafdd42bcf608aca665aefdeac14b606048f2;p=lilypond.git lilypond-1.1.65 --- diff --git a/lily/change-iterator.cc b/lily/change-iterator.cc index 9d9bf43af7..2ea397cb72 100644 --- a/lily/change-iterator.cc +++ b/lily/change-iterator.cc @@ -50,7 +50,12 @@ Change_iterator::do_process_and_next (Moment m) last = current; current = current->daddy_trans_l_; } - + + if (current && current->id_str_ == to_id) + { + String msg; + msg += "Cannot switch translators, I'm there already."; + } if (current) if (last)