]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/chord-name.hh
* lily/include/debug.hh: deprecate.
[lilypond.git] / lily / include / chord-name.hh
index bd9bcfb9dc5ad7cbccbf9a22d22b93e012bef57d..69b6a1ef7c717172a9e0de47cb9a1910cc9fa8e4 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1999--2000 Jan Nieuwenhuizen <janneke@gnu.org>
+  (c) 1999--2002 Jan Nieuwenhuizen <janneke@gnu.org>
 */
 
 #ifndef CHORD_NAME_HH
 #include "lily-guile.hh"
 #include "molecule.hh"
 
-/**
-   elt_properties:
-   pitches: list of musical-pitch
-   inversion(optional): musical-pitch
-   bass(optional): musical-pitch
- */
+
 class Chord_name
 {
 public:
-  static SCM brew_molecule (SCM);
-  static Molecule ly_word2molecule (Score_element*, SCM scm, Real* x) ;
-  static Molecule ly_text2molecule (Score_element*, SCM scm) ;
-  static SCM after_line_breaking (SCM);
+  DECLARE_SCHEME_CALLBACK (brew_molecule, (SCM ));
+  DECLARE_SCHEME_CALLBACK (after_line_breaking, (SCM ));
+  static  bool has_interface (Grob*);
 };
 
 #endif // CHORD_NAME_HH