X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fchange-iterator.cc;h=f70c2da47fcdd94410c1b1da34640cb403d9fc54;hb=90e4d7057f3857da049dfda3d130017d4719bd6b;hp=f192e0c08fe73e849cdca5508de6163f375f80e8;hpb=1de3d397c18622b6061402fef18e625701712bc5;p=lilypond.git diff --git a/lily/change-iterator.cc b/lily/change-iterator.cc index f192e0c08f..f70c2da47f 100644 --- a/lily/change-iterator.cc +++ b/lily/change-iterator.cc @@ -25,8 +25,6 @@ #include "music.hh" #include "warn.hh" -using std::string; - void Change_iterator::error (const string &reason) { @@ -70,13 +68,9 @@ Change_iterator::change_to (Music_iterator &it, } else if (it.get_outlet ()->is_alias (to_type)) { - // No enclosing context was found because the iterator's immediate - // context is the kind that was sought. - /* We could change the current translator's id, but that would make - errors hard to catch. + // No enclosing context of the right kind was found + // and the iterator's immediate context is the kind that was sought. - last->translator_id_string () = get_change - ()->change_to_id_string (); */ result = _f ("not changing to same context type: %s", ly_symbol2string (to_type).c_str ()); } else