X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fnote-head.cc;h=c711f8729ea42b5296223104dd1aa1c43f31b282;hb=5bdd64510e31c8c400ea29f6077727d4d6489926;hp=ecf59808f3865aa1c86837577d7a3539b7dc05ec;hpb=5383cafcc75ae088f833df0081e2b2a73a5442a1;p=lilypond.git diff --git a/lily/note-head.cc b/lily/note-head.cc index ecf59808f3..c711f8729e 100644 --- a/lily/note-head.cc +++ b/lily/note-head.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2006 Han-Wen Nienhuys + (c) 1997--2007 Han-Wen Nienhuys */ #include "note-head.hh" @@ -18,6 +18,7 @@ using namespace std; #include "font-interface.hh" #include "international.hh" #include "warn.hh" +#include "grob.hh" static Stencil internal_print (Grob *me, string *font_char) @@ -128,7 +129,7 @@ Note_head::get_stem_attachment (Font_metric *fm, string key) return att; } -MAKE_SCHEME_CALLBACK(Note_head, calc_stem_attachment, 1); +MAKE_SCHEME_CALLBACK (Note_head, calc_stem_attachment, 1); SCM Note_head::calc_stem_attachment (SCM smob) { @@ -141,7 +142,7 @@ Note_head::calc_stem_attachment (SCM smob) } -ADD_INTERFACE (Note_head, "note-head-interface", +ADD_INTERFACE (Note_head, "Note head", /* properties */