X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fchord-name.hh;h=f9e82ef41f75705efdf73456ea4cc30c7921fb1d;hb=29af9bda720e7624494abbacb9895ac7d63b5221;hp=fda2e66b0dfe6c8a5e811eb02528ff54957f613d;hpb=2745cbd907f8216a4cc1fc5f488ae19efdfdbd10;p=lilypond.git diff --git a/lily/include/chord-name.hh b/lily/include/chord-name.hh index fda2e66b0d..f9e82ef41f 100644 --- a/lily/include/chord-name.hh +++ b/lily/include/chord-name.hh @@ -1,23 +1,33 @@ /* - chord-name.hh -- declare Chord_name + This file is part of LilyPond, the GNU music typesetter. - source file of the GNU LilyPond music typesetter + Copyright (C) 1999--2012 Jan Nieuwenhuizen - (c) 1999--2003 Jan Nieuwenhuizen + 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 . */ #ifndef CHORD_NAME_HH #define CHORD_NAME_HH -#include "lily-guile.hh" -#include "molecule.hh" - +#include "stencil.hh" +#include "grob-interface.hh" class Chord_name { public: - DECLARE_SCHEME_CALLBACK (after_line_breaking, (SCM )); - static bool has_interface (Grob*); + DECLARE_SCHEME_CALLBACK (after_line_breaking, (SCM)); + DECLARE_GROB_INTERFACE (); }; #endif // CHORD_NAME_HH