]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/translation-property.hh
release: 1.3.81
[lilypond.git] / lily / include / translation-property.hh
index ffb2968a2967d98c039def18451b14f642131dd2..0b887470fc4d418729cf4bec0a70fc4073f44f5a 100644 (file)
@@ -26,4 +26,32 @@ public:
   VIRTUAL_COPY_CONS(Music);
 };
 
+/**
+   Push onto basic property list.
+   
+  symbols -- list of basic-property lists
+
+  element-property -- element property name
+
+  element-value -- element property value
+  
+ */
+class Push_translation_property : public Music
+{
+public:
+};
+
+/**
+  Restore previous setting.
+
+  symbols -- list of basic-property lists
+
+  element-property -- element property name
+ */
+class Pop_translation_property : public Music
+{
+public:
+};
+
+
 #endif // PROPERTY_HH