X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fbar-check-iterator.cc;h=e4d26f8a1a3db33a2f359c9d196c517a361e1a02;hb=0b544cfb7332615ef809b71b57ab656741311ae1;hp=ea4794897d3353f9fddae5c607ffe1f33fd78898;hpb=ffd278ab691a1ada9b0ff0f8fd7548ab791f1647;p=lilypond.git diff --git a/lily/bar-check-iterator.cc b/lily/bar-check-iterator.cc index ea4794897d..e4d26f8a1a 100644 --- a/lily/bar-check-iterator.cc +++ b/lily/bar-check-iterator.cc @@ -1,7 +1,7 @@ /* This file is part of LilyPond, the GNU music typesetter. - Copyright (C) 2001--2012 Han-Wen Nienhuys + Copyright (C) 2001--2014 Han-Wen Nienhuys LilyPond is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -27,7 +27,7 @@ Check bar checks. We do this outside the engravers so that you can race through the score using skipTypesetting to correct durations. */ -class Bar_check_iterator : Music_iterator +class Bar_check_iterator : Simple_music_iterator { public: virtual void process (Moment); @@ -44,7 +44,7 @@ Bar_check_iterator::Bar_check_iterator () void Bar_check_iterator::process (Moment m) { - Music_iterator::process (m); + Simple_music_iterator::process (m); if (!m.to_bool ()) { Context *tr = get_outlet ();