]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/bar-check-iterator.cc
``slikken kreng''
[lilypond.git] / lily / bar-check-iterator.cc
index eef193136e22d951969c11fa65022a3f0f8487a7..6405496abc97eb553a9e78735de85ad552897f67 100644 (file)
@@ -44,7 +44,7 @@ Bar_check_iterator::process (Moment m)
   Simple_music_iterator::process(m);
   if (!m.to_bool ())
     {
-      Translator_group *tr = report_to_l ();
+      Translator_group *tr = report_to ();
 
       SCM mp = tr->get_property ("measurePosition");
       SCM sync= tr->get_property ("barCheckSynchronize");
@@ -55,8 +55,8 @@ Bar_check_iterator::process (Moment m)
       
       if (where->main_part_)
        {
-         music_l ()->origin ()->warning (_f ("barcheck failed at: %s", 
-                                             where->str ()));
+         get_music ()->origin ()->warning (_f ("barcheck failed at: %s", 
+                                             where->string ()));
          if (to_boolean (sync))
            {
              tr = tr->where_defined (ly_symbol2scm("measurePosition"));