]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/lily-imports.cc
Issue 4620/4: Import grob::compose-function and grob::offset-function into C
[lilypond.git] / lily / lily-imports.cc
index 5be281e8586f9665b63991048f795f618a6dd1f7..04f0f7e57fbf732a9248dc1e13ff09fd05848ec2 100644 (file)
@@ -22,6 +22,7 @@
 namespace Guile_user {
   Scm_module module ("guile-user");
 
+  Variable apply ("apply");
   Variable plus ("+");
   Variable make_module ("make-module");
 #if GUILEV2
@@ -53,6 +54,8 @@ namespace Lily {
   Variable car_less ("car<");
   Variable construct_chord_elements ("construct-chord-elements");
   Variable default_time_signature_settings ("default-time-signature-settings");
+  Variable grob_compose_function ("grob::compose-function");
+  Variable grob_offset_function ("grob::offset-function");
   Variable hash_table_to_alist ("hash-table->alist");
   Variable interpret_markup_list ("interpret-markup-list");
   Variable invalidate_alterations ("invalidate-alterations");
@@ -111,7 +114,14 @@ namespace Syntax {
   Variable multi_measure_rest ("multi-measure-rest");
   Variable music_function ("music-function");
   Variable music_function_call_error ("music-function-call-error");
-  Variable property_operation ("property-operation");
+  Variable partial_markup ("partial-markup");
+  Variable partial_music_function ("partial-music-function");
+  Variable property_override ("property-override");
+  Variable property_override_function ("property-override-function");
+  Variable property_revert ("property-revert");
+  Variable property_set ("property-set");
+  Variable property_set_function ("property-set-function");
+  Variable property_unset ("property-unset");
   Variable repeat ("repeat");
   Variable repetition_chord ("repetition-chord");
   Variable sequential_music ("sequential-music");