X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fchord-name.hh;h=2123ffa442334f76d3040d82182f95454841934a;hb=1b344bd7394e98933bc482a7b64b8af681a96861;hp=b4825593ba5b38c0f07109fd6cafba1874ff3f0e;hpb=9b40d66187029df3dca86fc5ecc65f64db315a48;p=lilypond.git diff --git a/lily/include/chord-name.hh b/lily/include/chord-name.hh index b4825593ba..2123ffa442 100644 --- a/lily/include/chord-name.hh +++ b/lily/include/chord-name.hh @@ -3,28 +3,20 @@ source file of the GNU LilyPond music typesetter - (c) 1999--2000 Jan Nieuwenhuizen + (c) 1999--2007 Jan Nieuwenhuizen */ #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