X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fevent-chord-iterator.hh;h=8e9f4740ba7f6b57acc0d3a18738eda0415feef0;hb=47db9a3883d726ca53e2133a3b2298f78dd6a32e;hp=7c902f863d438d5569bad21d004174196c0d2438;hpb=55ac733b69643a6bc6a83b706c65cb56efd388ef;p=lilypond.git diff --git a/lily/include/event-chord-iterator.hh b/lily/include/event-chord-iterator.hh index 7c902f863d..8e9f4740ba 100644 --- a/lily/include/event-chord-iterator.hh +++ b/lily/include/event-chord-iterator.hh @@ -1,7 +1,7 @@ /* This file is part of LilyPond, the GNU music typesetter. - Copyright (C) 1997--2011 Han-Wen Nienhuys + Copyright (C) 1997--2015 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 @@ -23,14 +23,14 @@ #include "simple-music-iterator.hh" /** - Walk through a Event_chord + Walk through an Event_chord */ class Event_chord_iterator : public Simple_music_iterator { /** Find a bottom notation context to deliver events to. */ - DECLARE_CLASSNAME(Event_chord_iterator); + DECLARE_CLASSNAME (Event_chord_iterator); public: DECLARE_SCHEME_CALLBACK (constructor, ());