Home
last modified time | relevance | path

Searched refs:edit_keysig_directive (Results 1 – 5 of 5) sorted by relevance

/dports/audio/denemo/denemo-2.0.6/src/command/
H A Dlilydirectives.h45 void edit_keysig_directive (GtkAction * action, DenemoScriptParam * param);
H A Dlilydirectives.c3005 edit_keysig_directive (GtkAction * action, DenemoScriptParam * param) in edit_keysig_directive() function
/dports/audio/denemo/denemo-2.0.6/src/generated/
H A Dregister_commands.h296 …ignature Directives"), _("Edit any directives attached to key signature."), edit_keysig_directive);
H A Dentries.h321 …ves"), "",N_("Edit any directives attached to key signature."),G_CALLBACK (edit_keysig_directive)},
H A Dscheme_cb.h887 return scheme_call_callback(optional, edit_keysig_directive); in scheme_EditKeysigDirective()