]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/easy-notation.cc
Merge branch 'master' of git://git.sv.gnu.org/lilypond
[lilypond.git] / lily / easy-notation.cc
index 6ddc00e1d39418be0c9c628388b61f3f6df8e134..c6ecb0e20f4539a48301f0e959ac96f2240374c4 100644 (file)
@@ -15,11 +15,11 @@ using namespace std;
 #include "grob.hh"
 #include "music.hh"
 #include "output-def.hh"
-#include "pitch.hh"
 #include "staff-symbol-referencer.hh"
 #include "stem.hh"
 #include "stream-event.hh"
 #include "text-interface.hh"
+#include "rhythmic-head.hh"
 
 /*
 
@@ -31,7 +31,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");