]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/bar-check-iterator.cc
release commit
[lilypond.git] / lily / bar-check-iterator.cc
index e14b9bd6e34af553a909d94fe35329903d003975..c95c064a45bb7b6387b7cd265aec90f8765e4229 100644 (file)
@@ -4,7 +4,7 @@
 
      source file of the GNU LilyPond music typesetter
 
-     (c) 2001--2002  Han-Wen Nienhuys <hanwen@cs.uu.nl>
+     (c) 2001--2003  Han-Wen Nienhuys <hanwen@cs.uu.nl>
 
  */
 
@@ -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"));