X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fnote-head.cc;h=3f446eeff73d9caaffbcf351cf77acb8e31a033b;hb=14a83281378f7c0642ffe88870828933b5f206b6;hp=cb89b5ae17d52dad44277c75ce144026444a27bb;hpb=237b518a0992362a6d5aadd58a2b4d4f700835c3;p=lilypond.git diff --git a/lily/note-head.cc b/lily/note-head.cc index cb89b5ae17..3f446eeff7 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--2009 Han-Wen Nienhuys */ #include "note-head.hh" @@ -11,20 +11,14 @@ #include #include #include // min, max + using namespace std; #include "directional-element-interface.hh" -#include "dots.hh" #include "font-interface.hh" #include "international.hh" -#include "lookup.hh" -#include "misc.hh" -#include "music.hh" -#include "output-def.hh" -#include "rhythmic-head.hh" -#include "staff-symbol-referencer.hh" -#include "staff-symbol.hh" #include "warn.hh" +#include "grob.hh" static Stencil internal_print (Grob *me, string *font_char) @@ -135,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) { @@ -147,15 +141,11 @@ Note_head::calc_stem_attachment (SCM smob) return ly_offset2scm (get_stem_attachment (fm, key)); } -int -Note_head::get_balltype (Grob *me) -{ - SCM s = me->get_property ("duration-log"); - return scm_is_number (s) ? min (int (scm_to_int (s)), 2) : 0; -} -ADD_INTERFACE (Note_head, "note-head-interface", - "Note head", +ADD_INTERFACE (Note_head, + "A note head. There are many possible values for" + " @code{style}. For a complete list, see" + " @ruser{Note head styles}.", /* properties */ "note-names "