]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/bar-check-iterator.cc
string() -> to_string()
[lilypond.git] / lily / bar-check-iterator.cc
index f7513b9f6de3c1eeb924f155ffcf0e5fc5fdeca3..c95c064a45bb7b6387b7cd265aec90f8765e4229 100644 (file)
@@ -49,7 +49,7 @@ Bar_check_iterator::process (Moment m)
       if (where->main_part_)
        {
          get_music ()->origin ()->warning (_f ("barcheck failed at: %s", 
-                                             where->string ()));
+                                             where->to_string ()));
          if (to_boolean (sync))
            {
              tr = tr->where_defined (ly_symbol2scm("measurePosition"));