]> git.donarmstrong.com Git - lilypond.git/commitdiff
Issue 4620/4: Import grob::compose-function and grob::offset-function into C
authorDavid Kastrup <dak@gnu.org>
Thu, 24 Sep 2015 15:17:31 +0000 (17:17 +0200)
committerDavid Kastrup <dak@gnu.org>
Fri, 2 Oct 2015 07:45:28 +0000 (09:45 +0200)
lily/include/lily-imports.hh
lily/lily-imports.cc

index 638aa132a9e79a9e070f111c7431912314eb40ad..28f6e935622ff2bb37adb470fc162602beead3fa 100644 (file)
@@ -60,6 +60,8 @@ namespace Lily {
   extern Variable car_less;
   extern Variable construct_chord_elements;
   extern Variable default_time_signature_settings;
+  extern Variable grob_compose_function;
+  extern Variable grob_offset_function;
   extern Variable hash_table_to_alist;
   extern Variable interpret_markup_list;
   extern Variable invalidate_alterations;
index 27ca05924ea78692f2321726384ca6f2d6ec6fa2..04f0f7e57fbf732a9248dc1e13ff09fd05848ec2 100644 (file)
@@ -54,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");