X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Flily-imports.cc;h=f3cd3b1ab244b6287fec83edaa75b1f8f2b84334;hb=b872748c6aa8bb721ced458691b38ac2fac5dfc8;hp=a62216e0849988f632c98d50d502cf1b7fe23b6e;hpb=16d46fb0995cc6d078617ada1e8fea7879dffe07;p=lilypond.git diff --git a/lily/lily-imports.cc b/lily/lily-imports.cc index a62216e084..f3cd3b1ab2 100644 --- a/lily/lily-imports.cc +++ b/lily/lily-imports.cc @@ -52,13 +52,17 @@ namespace Lily { Variable beat_structure ("beat-structure"); Variable calc_repeat_slash_count ("calc-repeat-slash-count"); Variable car_less ("car<"); + Variable chordmodifiers ("chordmodifiers"); Variable construct_chord_elements ("construct-chord-elements"); Variable default_time_signature_settings ("default-time-signature-settings"); + Variable drum_pitch_names ("drumPitchNames"); 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"); + Variable key_p ("key?"); + Variable key_list_p ("key-list?"); Variable key_signature_interface_alteration_positions ("key-signature-interface::alteration-positions"); Variable layout_extract_page_properties ("layout-extract-page-properties"); Variable lilypond_main ("lilypond-main"); @@ -76,6 +80,7 @@ namespace Lily { Variable make_safe_lilypond_module ("make-safe-lilypond-module"); Variable make_span_event ("make-span-event"); Variable markup_p ("markup?"); + Variable markup_command_signature ("markup-command-signature"); Variable markup_list_p ("markup-list?"); Variable midi_program ("midi-program"); #if !GUILEV2 @@ -83,6 +88,7 @@ namespace Lily { #endif Variable f_parser ("%parser"); Variable percussion_p ("percussion?"); + Variable pitchnames ("pitchnames"); Variable pure_chain_offset_callback ("pure-chain-offset-callback"); Variable remove_stencil_warnings ("remove-stencil-warnings"); Variable scale_layout ("scale-layout");