X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Flily-imports.cc;h=62e58b603c1ff36e8c150fbf920c9e6bae711965;hb=e1f5924956f81f51a09023f7f82eeb57d11a7e51;hp=adc9124fb7dc948c613515dff9c2a585a9350987;hpb=d9b67cc332fa253ab0679b54873b2f17fc37e099;p=lilypond.git diff --git a/lily/lily-imports.cc b/lily/lily-imports.cc index adc9124fb7..62e58b603c 100644 --- a/lily/lily-imports.cc +++ b/lily/lily-imports.cc @@ -52,8 +52,10 @@ 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"); @@ -85,6 +87,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");