]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/context.hh
* input/regression/tie-dot.ly: new file.
[lilypond.git] / lily / include / context.hh
index faf6491eb88d4cc30e546118e5891b32c71fabe2..4766944b6af9ce9a73adfedcff45cf2b374c8a67 100644 (file)
@@ -49,7 +49,7 @@ protected:
   void clear_key_disambiguations ();
 
 public:
-  Object_key const *get_key () const;
+  Object_key const *key () const { return key_; }
   Object_key const *get_grob_key (String);
   Object_key const *get_context_key (String, String);
 
@@ -63,7 +63,6 @@ public:
   Context (Object_key const *);
 
   /* properties:  */
-  void execute_pushpop_property (SCM prop, SCM sym, SCM val);
   SCM internal_get_property (SCM name_sym) const;
   SCM properties_as_alist () const;
   void internal_set_property (SCM var_sym, SCM value);
@@ -102,6 +101,8 @@ public:
 
 void apply_property_operations (Context *tg, SCM pre_init_ops);
 void execute_pushpop_property (Context *trg, SCM prop, SCM eltprop, SCM val);
+void execute_general_pushpop_property (Context *context,
+                                      SCM context_property, SCM grob_property_path, SCM val);
 SCM updated_grob_properties (Context *tg, SCM sym);
 Context *find_context_below (Context *where,
                             SCM type_sym, String id);
@@ -114,6 +115,7 @@ DECLARE_UNSMOB (Context, context);
 
 Moment measure_position (Context const *context);
 Rational measure_length (Context const *context);
+void set_context_property_on_children (Context *trans, SCM sym, SCM val);
 
 #endif /* CONTEXT_HH */