]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/engraver.hh
Emit not-quite-cross-staff beams in the right context.
[lilypond.git] / lily / include / engraver.hh
index 1488d78c75f00a8f3768bfcba0c2e6dc65e1c70d..162724b808cb4980f9a6ae0ba87b64d8f3e47090 100644 (file)
@@ -52,6 +52,8 @@ public:
   void announce_grob (Grob *, SCM cause);
   void announce_end_grob (Grob *, SCM cause);
 
+  Grob_info make_grob_info (Grob *, SCM cause);
+
   Item *internal_make_item (SCM sym, SCM cause, char const *name,
                            char const *f, int l, char const *fun);
   Spanner *internal_make_spanner (SCM sym, SCM cause, char const *name,