scoreops

scoreops

Functions

Description

Functions

init_score ()

void
init_score (DenemoMovement *si,
            DenemoProject *gui);

clone_movement ()

DenemoMovement *
clone_movement (DenemoMovement *si);

deletescore ()

void
deletescore (GtkWidget *widget,
             DenemoProject *gui);

updatescoreinfo ()

void
updatescoreinfo (DenemoProject *gui);

next_movement ()

void
next_movement (DenemoAction *action,
               DenemoScriptParam *param);

prev_movement ()

void
prev_movement (DenemoAction *action,
               DenemoScriptParam *param);

append_new_movement ()

void
append_new_movement (DenemoAction *action,
                     DenemoScriptParam *param);

append_blank_movement ()

void
append_blank_movement (void);

insert_movement_before ()

void
insert_movement_before (DenemoAction *action,
                        DenemoScriptParam *param);

insert_movement_after ()

void
insert_movement_after (DenemoAction *action,
                       DenemoScriptParam *param);

delete_movement ()

void
delete_movement (DenemoAction *action,
                 DenemoScriptParam *param);

movement_props_dialog ()

void
movement_props_dialog (DenemoAction *action,
                       DenemoScriptParam *param);

goto_movement_staff_obj ()

gboolean
goto_movement_staff_obj (DenemoProject *gui,
                         gint movementnum,
                         gint staffnum,
                         gint measurenum,
                         gint objnum,
                         gint leftmeasurenum);

PopPosition ()

void
PopPosition (DenemoAction *action,
             DenemoScriptParam *param);

PushPosition ()

void
PushPosition (DenemoAction *action,
              DenemoScriptParam *param);

PopPushPosition ()

void
PopPushPosition (DenemoAction *action,
                 DenemoScriptParam *param);

reset_movement_numbers ()

void
reset_movement_numbers (DenemoProject *gui);

set_movement_selector ()

void
set_movement_selector (DenemoProject *gui);