]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/lily-imports.hh
Syntax::property_operation -> Syntax::property_{override,revert,set,unset}
[lilypond.git] / lily / include / lily-imports.hh
index 383896a021614e54b3fec2ec87399cafb6c0c2c4..c53ad421d8736ec184cba469c5c2b6d0356771cc 100644 (file)
@@ -121,7 +121,10 @@ namespace Syntax {
   extern Variable music_function_call_error;
   extern Variable partial_markup;
   extern Variable partial_music_function;
-  extern Variable property_operation;
+  extern Variable property_override;
+  extern Variable property_revert;
+  extern Variable property_set;
+  extern Variable property_unset;
   extern Variable repeat;
   extern Variable repetition_chord;
   extern Variable sequential_music;