Home
last modified time | relevance | path

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

/dports/audio/denemo/denemo-2.0.6/src/command/
H A Dlilydirectives.h47 void edit_staff_directive (GtkAction * action, DenemoScriptParam * param);
H A Dlilydirectives.c2969 edit_staff_directive (GtkAction * action, DenemoScriptParam * param) in edit_staff_directive() function
/dports/audio/denemo/denemo-2.0.6/src/generated/
H A Dregister_commands.h290 …e", _("Edit Staff Directives"), _("Edit any directives attached to staff."), edit_staff_directive);
H A Dentries.h315 …f Directives"), "",N_("Edit any directives attached to staff."),G_CALLBACK (edit_staff_directive)},
H A Dscheme_cb.h869 return scheme_call_callback(optional, edit_staff_directive); in scheme_EditStaffDirective()