From: David Kastrup Date: Thu, 24 Sep 2015 15:17:31 +0000 (+0200) Subject: Issue 4620/4: Import grob::compose-function and grob::offset-function into C X-Git-Tag: release/2.19.29-1~36 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=cd33b4fe18eb39c9ebeb6a02ccea7b4d17d1395f;p=lilypond.git Issue 4620/4: Import grob::compose-function and grob::offset-function into C --- diff --git a/lily/include/lily-imports.hh b/lily/include/lily-imports.hh index 638aa132a9..28f6e93562 100644 --- a/lily/include/lily-imports.hh +++ b/lily/include/lily-imports.hh @@ -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; diff --git a/lily/lily-imports.cc b/lily/lily-imports.cc index 27ca05924e..04f0f7e57f 100644 --- a/lily/lily-imports.cc +++ b/lily/lily-imports.cc @@ -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");