]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/easy-notation.cc
use Rhythmic_head::duration_log() iso. Note_head::get_balltype().
[lilypond.git] / lily / easy-notation.cc
index 6ddc00e1d39418be0c9c628388b61f3f6df8e134..2fb0d7223474f364a377a1746c54bb8790f5537c 100644 (file)
@@ -20,6 +20,7 @@ using namespace std;
 #include "stem.hh"
 #include "stream-event.hh"
 #include "text-interface.hh"
+#include "rhythmic-head.hh"
 
 /*
 
@@ -31,7 +32,7 @@ SCM
 Note_head::brew_ez_stencil (SCM smob)
 {
   Grob *me = unsmob_grob (smob);
-  int log = Note_head::get_balltype (me);
+  int log = Rhythmic_head::duration_log (me);
 
   SCM cause = me->get_property ("cause");
   SCM spitch = unsmob_stream_event (cause)->get_property ("pitch");