]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/grob-properties.hh
Issue 4609/2: Add Grob_property_info::temporary_{override,revert} functions
[lilypond.git] / lily / include / grob-properties.hh
index 7b128353b80bcc734d77c0770de874c35759f680..5822dd01fb915e5ecda1b4247468ad66c37e87e7 100644 (file)
@@ -48,6 +48,8 @@ public:
   bool create ();
   SCM updated ();
   SCM push (SCM path, SCM value);
+  SCM temporary_override (SCM path, SCM value);
+  SCM temporary_revert (SCM path);
   void matched_pop (SCM);
   void pop (SCM path);
   void pushpop (SCM path, SCM value)