X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fevent-iterator.cc;h=c47dea3ecb4429d7843af5f2e255a638e3e39152;hb=8019ff784cd3aa6cc43b8eb8f29a621bc5800f5c;hp=8e6d6df26ddf2ac638d59dcac5fc1d7ecdbed9f5;hpb=8b500afb9431f5471e385fa2eeb8fde868e4fc49;p=lilypond.git diff --git a/lily/event-iterator.cc b/lily/event-iterator.cc index 8e6d6df26d..c47dea3ecb 100644 --- a/lily/event-iterator.cc +++ b/lily/event-iterator.cc @@ -1,9 +1,20 @@ /* - event-chord-iterator.cc -- implement Event_chord_iterator + This file is part of LilyPond, the GNU music typesetter. - source file of the GNU LilyPond music typesetter + Copyright (C) 1997--2012 Han-Wen Nienhuys - (c) 1997--2006 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 + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + LilyPond is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with LilyPond. If not, see . */ #include "event-iterator.hh" @@ -13,7 +24,6 @@ #include "input.hh" #include "international.hh" #include "music.hh" -#include "pitch.hh" #include "warn.hh" Event_iterator::Event_iterator ()