commandfuncs

commandfuncs

Functions

void nudgerightward ()
void nudge_downward ()
void set_width_to_work_with ()
void adjustmeasurewidth ()
void setcurrents ()
void adjuststaffheight ()
void measureleft ()
void measureright ()
void movetomeasureleft ()
void movetomeasureright ()
void movetostart ()
void movetoend ()
gboolean swapstaffs ()
gboolean splitstaffs ()
gboolean joinstaffs ()
gboolean swapmovements ()
gboolean staffup ()
gboolean staffdown ()
gboolean movetostaffup ()
gboolean movetostaffdown ()
gboolean voiceup ()
gboolean voicedown ()
gboolean movetovoiceup ()
gboolean movetovoicedown ()
gboolean cursorleft ()
gboolean cursorright ()
gboolean movecursorleft ()
gboolean movecursorright ()
gboolean cursor_to_next_object ()
gboolean cursor_to_prev_object ()
gboolean cursor_to_next_selected_object ()
gboolean cursor_to_prev_selected_object ()
gboolean cursor_to_next_standalone_directive ()
gboolean cursor_to_prev_standalone_directive ()
gboolean cursor_to_next_standalone_in_measure ()
gboolean cursor_to_prev_standalone_in_measure ()
gboolean cursor_to_next_chord ()
gboolean cursor_to_prev_chord ()
gboolean cursor_to_next_chord_in_measure ()
gboolean cursor_to_prev_chord_in_measure ()
gboolean cursor_to_next_note ()
gboolean cursor_to_prev_note ()
void cursorup ()
void cursordown ()
void setenshift ()
void changeduration ()
gboolean delete_chordnote ()
gboolean insert_chordnote ()
void incrementenshift ()
void change_stem_directive ()
void changedots ()
void appendmeasures ()
void insertclone ()
void toend ()
void tohome ()
void inserttuplet ()
void object_insert ()
void stem_directive_insert ()
void toggle_begin_slur ()
void toggle_end_slur ()
void insertgrace ()
void toggle_start_crescendo ()
void toggle_end_crescendo ()
void toggle_start_diminuendo ()
void toggle_end_diminuendo ()
void insertion_point ()
void insertion_point_for_type ()
void caution ()
void displayhelper ()
gboolean auto_save_document_timeout ()
void delete_staff_current ()
void delete_staff_before ()
void delete_staff_after ()
void appendmeasurestoentirescore ()
void insertmeasureafter ()
void addmeasureafter ()
void insertmeasurebefore ()
void deletemeasure ()
void deletemeasureallstaffs ()
void deleteobject ()
void insert_note_following_pattern ()
void beamandstemdirhelper ()
void nextrhythm ()
void insert_rhythm_pattern ()
void toggle_tie ()
gint get_prevailing_duration ()
void dnm_inserttuplet ()
gboolean next_editable_note ()

Description

Functions

nudgerightward ()

void
nudgerightward (DenemoProject *gui);

nudge_downward ()

void
nudge_downward (DenemoProject *gui);

set_width_to_work_with ()

void
set_width_to_work_with (DenemoProject *gui);

adjustmeasurewidth ()

void
adjustmeasurewidth (DenemoMovement *si,
                    gint amount);

setcurrents ()

void
setcurrents (DenemoMovement *si);

adjuststaffheight ()

void
adjuststaffheight (DenemoMovement *si,
                   gint amount);

measureleft ()

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

measureright ()

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

movetomeasureleft ()

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

movetomeasureright ()

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

movetostart ()

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

movetoend ()

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

swapstaffs ()

gboolean
swapstaffs (DenemoAction *action,
            DenemoScriptParam *param);

splitstaffs ()

gboolean
splitstaffs (DenemoAction *action,
             DenemoScriptParam *param);

joinstaffs ()

gboolean
joinstaffs (DenemoAction *action,
            DenemoScriptParam *param);

swapmovements ()

gboolean
swapmovements (DenemoAction *action,
               DenemoScriptParam *param);

staffup ()

gboolean
staffup (DenemoAction *action,
         DenemoScriptParam *param);

staffdown ()

gboolean
staffdown (DenemoAction *action,
           DenemoScriptParam *param);

movetostaffup ()

gboolean
movetostaffup (DenemoAction *action,
               DenemoScriptParam *param);

movetostaffdown ()

gboolean
movetostaffdown (DenemoAction *action,
                 DenemoScriptParam *param);

voiceup ()

gboolean
voiceup (DenemoAction *action,
         DenemoScriptParam *param);

voicedown ()

gboolean
voicedown (DenemoAction *action,
           DenemoScriptParam *param);

movetovoiceup ()

gboolean
movetovoiceup (DenemoAction *action,
               DenemoScriptParam *param);

movetovoicedown ()

gboolean
movetovoicedown (DenemoAction *action,
                 DenemoScriptParam *param);

cursorleft ()

gboolean
cursorleft (DenemoAction *action,
            DenemoScriptParam *param);

cursorright ()

gboolean
cursorright (DenemoAction *action,
             DenemoScriptParam *param);

movecursorleft ()

gboolean
movecursorleft (DenemoAction *action,
                DenemoScriptParam *param);

movecursorright ()

gboolean
movecursorright (DenemoAction *action,
                 DenemoScriptParam *param);

cursor_to_next_object ()

gboolean
cursor_to_next_object (gboolean within_measure,
                       gboolean stopping_at_empty);

cursor_to_prev_object ()

gboolean
cursor_to_prev_object (gboolean within_measure,
                       gboolean stopping_at_empty);

cursor_to_next_selected_object ()

gboolean
cursor_to_next_selected_object (void);

cursor_to_prev_selected_object ()

gboolean
cursor_to_prev_selected_object (void);

cursor_to_next_standalone_directive ()

gboolean
cursor_to_next_standalone_directive (void);

cursor_to_prev_standalone_directive ()

gboolean
cursor_to_prev_standalone_directive (void);

cursor_to_next_standalone_in_measure ()

gboolean
cursor_to_next_standalone_in_measure (void);

cursor_to_prev_standalone_in_measure ()

gboolean
cursor_to_prev_standalone_in_measure (void);

cursor_to_next_chord ()

gboolean
cursor_to_next_chord (void);

cursor_to_prev_chord ()

gboolean
cursor_to_prev_chord (void);

cursor_to_next_chord_in_measure ()

gboolean
cursor_to_next_chord_in_measure (void);

cursor_to_prev_chord_in_measure ()

gboolean
cursor_to_prev_chord_in_measure (void);

cursor_to_next_note ()

gboolean
cursor_to_next_note (void);

cursor_to_prev_note ()

gboolean
cursor_to_prev_note (void);

cursorup ()

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

cursordown ()

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

setenshift ()

void
setenshift (DenemoMovement *si,
            gint enshift);

changeduration ()

void
changeduration (DenemoMovement *si,
                gint duration);

delete_chordnote ()

gboolean
delete_chordnote (DenemoProject *gui);

insert_chordnote ()

gboolean
insert_chordnote (DenemoProject *gui);

incrementenshift ()

void
incrementenshift (DenemoProject *gui,
                  gint direction);

change_stem_directive ()

void
change_stem_directive (DenemoMovement *si,
                       enum stemdirections amount);

changedots ()

void
changedots (DenemoMovement *si,
            gint amount);

appendmeasures ()

void
appendmeasures (DenemoMovement *si,
                gint number);

insertclone ()

void
insertclone (DenemoProject *gui);

toend ()

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

tohome ()

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

inserttuplet ()

void
inserttuplet (DenemoMovement *si,
              tuplet_type type);

object_insert ()

void
object_insert (DenemoProject *gui,
               DenemoObject *mudela_obj_new);

stem_directive_insert ()

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

toggle_begin_slur ()

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

toggle_end_slur ()

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

insertgrace ()

void
insertgrace (DenemoProject *gui);

toggle_start_crescendo ()

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

toggle_end_crescendo ()

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

toggle_start_diminuendo ()

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

toggle_end_diminuendo ()

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

insertion_point ()

void
insertion_point (DenemoMovement *si);

insertion_point_for_type ()

void
insertion_point_for_type (DenemoMovement *si,
                          DenemoObjType type);

caution ()

void
caution (DenemoMovement *si);

displayhelper ()

void
displayhelper (DenemoProject *si);

auto_save_document_timeout ()

gboolean
auto_save_document_timeout (DenemoProject *gui);

delete_staff_current ()

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

delete_staff_before ()

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

delete_staff_after ()

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

appendmeasurestoentirescore ()

void
appendmeasurestoentirescore (DenemoMovement *si,
                             gint number);

insertmeasureafter ()

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

addmeasureafter ()

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

insertmeasurebefore ()

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

deletemeasure ()

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

deletemeasureallstaffs ()

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

deleteobject ()

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

insert_note_following_pattern ()

void
insert_note_following_pattern (DenemoProject *gui);

beamandstemdirhelper ()

void
beamandstemdirhelper (DenemoMovement *si);

nextrhythm ()

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

insert_rhythm_pattern ()

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

toggle_tie ()

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

get_prevailing_duration ()

gint
get_prevailing_duration (void);

dnm_inserttuplet ()

void
dnm_inserttuplet (DenemoProject *gui,
                  tuplet_type type);

next_editable_note ()

gboolean
next_editable_note (void);