]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/note-head.hh
* lily/global-context.cc (run_iterator_on_me): fix grace note
[lilypond.git] / lily / include / note-head.hh
index 7c41206e52fabea928bf49503e229477c521b519..194f7c2c241e5418ef32b2cc59a2dff3714d4984 100644 (file)
@@ -8,7 +8,7 @@
 #define NOTEHEAD_HH
 
 #include "lily-guile.hh"
-#include "molecule.hh"
+#include "stencil.hh"
 
 /** ball at the end of the stem. Also takes care of ledger lines.
 
@@ -22,9 +22,9 @@ class Note_head
 public:
   DECLARE_SCHEME_CALLBACK (print, (SCM ));
   static Interval head_extent (Grob*, Axis);
-  static Molecule brew_ledger_lines (Grob *me, int pos, int interspaces,
+  static Stencil brew_ledger_lines (Grob *me, int pos, int interspaces,
                                     Interval x_extent, Real, bool);
-  DECLARE_SCHEME_CALLBACK (brew_ez_molecule, (SCM));
+  DECLARE_SCHEME_CALLBACK (brew_ez_stencil, (SCM));
   DECLARE_SCHEME_CALLBACK (extent, (SCM,SCM));
   static bool has_interface (Grob*);
   static Real stem_attachment_coordinate (Grob *, Axis a);