]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/bar-check-iterator.cc
* make/lilypond.fedora.spec.in (Requires): scrap kpathsea/tex
[lilypond.git] / lily / bar-check-iterator.cc
index 76fdc53675d831234f34ba79d29e026b453478b2..baf57728d1609387c2538bcab23f4392994ffbbe 100644 (file)
@@ -4,7 +4,7 @@
 
      source file of the GNU LilyPond music typesetter
 
-     (c) 2001--2004  Han-Wen Nienhuys <hanwen@cs.uu.nl>
+     (c) 2001--2005  Han-Wen Nienhuys <hanwen@cs.uu.nl>
 
  */
 
@@ -39,15 +39,15 @@ Bar_check_iterator::process (Moment m)
       Context *tr = get_outlet ();
 
       SCM mp = tr->get_property ("measurePosition");
-      SCM sync= tr->get_property ("barCheckSynchronize");
+      SCM sync = tr->get_property ("barCheckSynchronize");
 
-      Moment * where =unsmob_moment (mp);
+      Moment * where = unsmob_moment (mp);
       if (!where)
        return;
       
       if (where->main_part_)
        {
-         bool warn =true;
+         bool warn = true;
          if (to_boolean (sync))
            {
              tr = tr->where_defined (ly_symbol2scm ("measurePosition"));