X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fchord-name.hh;h=7f062799022df0a48370137288b9161d1bbaa071;hb=5b4b0d6e9a197e8f9eb085b7c2ad78b8be3e5cfc;hp=3bdf747a0b96407f3bec863c73c2297bd8f2813c;hpb=8903693f3b43cf4b196b558aa939b9e148ddaec1;p=lilypond.git diff --git a/lily/include/chord-name.hh b/lily/include/chord-name.hh index 3bdf747a0b..7f06279902 100644 --- a/lily/include/chord-name.hh +++ b/lily/include/chord-name.hh @@ -3,31 +3,20 @@ source file of the GNU LilyPond music typesetter - (c) 1999--2000 Jan Nieuwenhuizen + (c) 1999--2008 Jan Nieuwenhuizen */ #ifndef CHORD_NAME_HH #define CHORD_NAME_HH -#include "chord.hh" -#include "item.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 Item +class Chord_name { public: - VIRTUAL_COPY_CONS (Score_element); - Molecule ly_word2molecule (SCM scm) const; - Molecule ly_text2molecule (SCM scm) const; - -protected: - virtual Molecule do_brew_molecule () const; + DECLARE_SCHEME_CALLBACK (after_line_breaking, (SCM)); + DECLARE_GROB_INTERFACE(); }; #endif // CHORD_NAME_HH