X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fchord-name.hh;h=9addbc4a1edd551bf8f56753f9105f1603655d06;hb=cb20a87a5875c0f9d4c7550e831db2d03bc9a41c;hp=7f062799022df0a48370137288b9161d1bbaa071;hpb=e344ae579fa1d81fc6c6f3049494697872fd39f9;p=lilypond.git diff --git a/lily/include/chord-name.hh b/lily/include/chord-name.hh index 7f06279902..9addbc4a1e 100644 --- a/lily/include/chord-name.hh +++ b/lily/include/chord-name.hh @@ -1,9 +1,20 @@ /* - 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--2011 Jan Nieuwenhuizen - (c) 1999--2008 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 @@ -16,7 +27,7 @@ class Chord_name { public: DECLARE_SCHEME_CALLBACK (after_line_breaking, (SCM)); - DECLARE_GROB_INTERFACE(); + DECLARE_GROB_INTERFACE (); }; #endif // CHORD_NAME_HH