]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/chord-name.hh
Merge commit 'origin/dev/jneeman' into systems-per-page
[lilypond.git] / lily / include / chord-name.hh
index b4825593ba5b38c0f07109fd6cafba1874ff3f0e..bf4c6b62bf690dfebec5ccdff9d37746f68a2112 100644 (file)
@@ -3,28 +3,20 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1999--2000 Jan Nieuwenhuizen <janneke@gnu.org>
+  (c) 1999--2009 Jan Nieuwenhuizen <janneke@gnu.org>
 */
 
 #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 ));
-  static Molecule ly_word2molecule (Score_element*, SCM scm, Real* x) ;
-  static Molecule ly_text2molecule (Score_element*, SCM scm) ;
-  DECLARE_SCHEME_CALLBACK(after_line_breaking, (SCM ));
+  DECLARE_SCHEME_CALLBACK (after_line_breaking, (SCM));
+  DECLARE_GROB_INTERFACE();
 };
 
 #endif // CHORD_NAME_HH