X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fchord-name.hh;h=b0cd786ef5f93eb90251c636dedf2743b60f7b44;hb=26253bd2625f96bdaed6689668d7c5ff1a98f132;hp=d0f620a2c4bc0e84eb7a7952f219fa97b4f231f6;hpb=103b4daf1ba90415029388126ce9f742b9cf62db;p=lilypond.git diff --git a/lily/include/chord-name.hh b/lily/include/chord-name.hh index d0f620a2c4..b0cd786ef5 100644 --- a/lily/include/chord-name.hh +++ b/lily/include/chord-name.hh @@ -3,26 +3,20 @@ source file of the GNU LilyPond music typesetter - (c) 1999--2000 Jan Nieuwenhuizen + (c) 1999--2005 Jan Nieuwenhuizen */ #ifndef CHORD_NAME_HH #define CHORD_NAME_HH -#include "lily-guile.hh" -#include "molecule.hh" +#include "stencil.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 )); - DECLARE_SCHEME_CALLBACK(after_line_breaking, (SCM )); + DECLARE_SCHEME_CALLBACK (after_line_breaking, (SCM )); + static bool has_interface (Grob*); }; #endif // CHORD_NAME_HH