]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/context-property.cc
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / lily / context-property.cc
index 45dccdc05c6a5b8b609537cb5e3b2e814b5f3095..502fc92f11a3c3ef8902999eb7ad9022744c3825 100644 (file)
@@ -4,16 +4,18 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2004--2005 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 2004--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #include "context.hh"
 #include "engraver.hh"
+#include "international.hh"
 #include "item.hh"
 #include "main.hh"
+#include "paper-column.hh"
+#include "simple-closure.hh"
 #include "spanner.hh"
 #include "warn.hh"
-#include "paper-column.hh"
 
 SCM
 lookup_nested_property (SCM alist,
@@ -137,7 +139,7 @@ execute_general_pushpop_property (Context *context,
       if (!scm_is_pair (scm_cdr (grob_property_path)))
        {
          if (!ly_is_procedure (new_value)
-             && !is_callback_chain (new_value))
+             && !is_simple_closure (new_value))
            ok = type_check_assignment (symbol, new_value,
                                        ly_symbol2scm ("backend-type?"));