]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/note-head.cc
use Rhythmic_head::duration_log() iso. Note_head::get_balltype().
[lilypond.git] / lily / note-head.cc
index cb89b5ae17d52dad44277c75ce144026444a27bb..15624f91792ce87d804de1ae0811d4621555ad95 100644 (file)
@@ -147,12 +147,6 @@ 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",