X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fbar-check-iterator.cc;h=9f9f20fee0587b335ab88ff0dc540f6d912943da;hb=8f5cd22af76fcb5c77853a5ede8b94ebef97caef;hp=92a9dc988c0dd958eb50944058218a26aa826600;hpb=f2c2c5c43858f323e4708f83fd97e0f38017c275;p=lilypond.git diff --git a/lily/bar-check-iterator.cc b/lily/bar-check-iterator.cc index 92a9dc988c..9f9f20fee0 100644 --- a/lily/bar-check-iterator.cc +++ b/lily/bar-check-iterator.cc @@ -3,13 +3,14 @@ source file of the GNU LilyPond music typesetter - (c) 2001--2005 Han-Wen Nienhuys + (c) 2001--2006 Han-Wen Nienhuys */ -#include "simple-music-iterator.hh" -#include "music.hh" #include "context.hh" #include "input.hh" +#include "international.hh" +#include "music.hh" +#include "simple-music-iterator.hh" /* Check bar checks. We do this outside the engravers so that you can @@ -40,7 +41,7 @@ Bar_check_iterator::process (Moment m) SCM check = tr->get_property ("ignoreBarChecks"); if (to_boolean (check)) return; - + SCM mp = tr->get_property ("measurePosition"); SCM sync = tr->get_property ("barCheckSynchronize"); @@ -53,7 +54,7 @@ Bar_check_iterator::process (Moment m) bool warn = true; if (to_boolean (sync)) { - SCM mp; + SCM mp; tr = tr->where_defined (ly_symbol2scm ("measurePosition"), &mp); Moment zero; tr->set_property ("measurePosition", zero.smobbed_copy ());