]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/chord-name.hh
*** empty log message ***
[lilypond.git] / lily / include / chord-name.hh
index b4b55b318ba2012ce633495d55d102f085040ba2..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) ;
+  DECLARE_SCHEME_CALLBACK (brew_molecule, (SCM ));
+  DECLARE_SCHEME_CALLBACK (after_line_breaking, (SCM ));
+  static  bool has_interface (Grob*);
 };
 
 #endif // CHORD_NAME_HH