]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/chord-name.hh
Run grand replace for 2015.
[lilypond.git] / lily / include / chord-name.hh
index d0f620a2c4bc0e84eb7a7952f219fa97b4f231f6..5a289e223f8190e244077c740c8c8ab64c70a45e 100644 (file)
@@ -1,28 +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--2015 Jan Nieuwenhuizen <janneke@gnu.org>
 
-  (c) 1999--2000 Jan Nieuwenhuizen <janneke@gnu.org>
+  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 <http://www.gnu.org/licenses/>.
 */
 
 #ifndef CHORD_NAME_HH
 #define CHORD_NAME_HH
 
-#include "lily-guile.hh"
-#include "molecule.hh"
+#include "stencil.hh"
+#include "grob-interface.hh"
 
-/**
-   elt_properties:
-   pitches: list of musical-pitch
-   inversion(optional): musical-pitch
-   bass(optional): musical-pitch
- */
 class Chord_name
 {
 public:
-  DECLARE_SCHEME_CALLBACK(brew_molecule, (SCM ));
-  DECLARE_SCHEME_CALLBACK(after_line_breaking, (SCM ));
+  DECLARE_SCHEME_CALLBACK (after_line_breaking, (SCM));
+  DECLARE_GROB_INTERFACE ();
 };
 
 #endif // CHORD_NAME_HH