]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/stencil.hh
* lily/dynamic-engraver.cc (acknowledge_grob): attach hairpin
[lilypond.git] / lily / include / stencil.hh
index c403ff8201697483b13b7ce60e15d63dcf861ebb..edfb1c7f8f08dcbdc4918317d6b765a30dd91a0d 100644 (file)
@@ -20,7 +20,7 @@
 
     It is implemented as a "tree" of scheme expressions, as in
 
-     Expr = combine Expr Expr
+     Expr = combine Expr-list
             | translate Offset Expr
            | origin (ORIGIN) Expr
            | no-origin Expr
@@ -91,13 +91,12 @@ public:
 DECLARE_UNSMOB(Stencil,stencil);
 SCM fontify_atom (Font_metric const*, SCM atom);
 
-void interpret_stencil_expr (SCM expr,
-                       void (*func) (void*, SCM),
-                       void *func_arg,
-                       Offset o);
+void interpret_stencil_expression (SCM expr,
+                        void (*func) (void*, SCM),
+                        void *func_arg,
+                        Offset o);
 
 Stencil create_stencil (SCM print);
+SCM find_expression_fonts (SCM expr);
 
-
-
-#endif
+#endif /* STENCIL_HH */