]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/event-chord-iterator.hh
Run grand-replace (issue 3765)
[lilypond.git] / lily / include / event-chord-iterator.hh
index d5ef466af1f3809107dfcbde5760fe3c012e9c11..e905f8e00eadd2e9fc20e455ced12d70a8c5c0e4 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 1997--2010 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  Copyright (C) 1997--2014 Han-Wen Nienhuys <hanwen@xs4all.nl>
 
   LilyPond is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
 #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, ());