Home
last modified time | relevance | path

Searched defs:movementnum (Results 1 – 5 of 5) sorted by relevance

/dports/audio/denemo/denemo-2.0.6/src/command/
H A Dscore.c70 static void select_movement (gint movementnum) { in select_movement()
326 goto_movement_staff_obj (DenemoProject * possible_gui, gint movementnum, gint staffnum, gint measur… in goto_movement_staff_obj()
401 get_object_by_position (gint movementnum, gint staffnum, gint measurenum, gint objnum) in get_object_by_position()
H A Dscorelayout.c86 get_location (guint movementnum, guint voicecount) in get_location()
94 guint movementnum = location >> 16; in navigate_to_location() local
210 get_voicetag (gint movementnum, gint voice_count) in get_voicetag()
221 get_voicename (gint movementnum, gint voice_count) in get_voicename()
233 get_versename (gint movementnum, gint voice_count, gint versenum) in get_versename()
788 install_voice (DenemoStaff * staff, gint movementnum, gint voice_count, GtkWidget * vbox) in install_voice()
808 do_verses (DenemoStaff * staff, GtkWidget * vbox, gint movementnum, gint voice_count) in do_verses()
1481 …gint *pvoice_count, gint staff_count, gint movementnum, gint *pstaff_group_nesting, gboolean stand… in install_staff_with_voices()
1624 gint movementnum = 1; in append_staff() local
1634 get_movement_widget (GList ** pstaffs, gchar * partname, DenemoMovement * si, gint movementnum, gbo… in get_movement_widget()
[all …]
/dports/audio/denemo/denemo-2.0.6/src/export/
H A Dexportlilypond.c2945 …gint movementnum = (intptr_t) g_object_get_data (G_OBJECT (anchor), MOVEMENTNUM);//g_print ("Getti… in get_object_at_lilypond() local
3004 gint movementnum = (intptr_t) g_object_get_data (G_OBJECT (anchor), MOVEMENTNUM); in goto_lilypond_position() local
3127 gint movementnum = (intptr_t) g_object_get_data (G_OBJECT (anchor), MOVEMENTNUM); in lily_keypress() local
/dports/audio/denemo/denemo-2.0.6/src/printview/
H A Dprintview.c2201 static gint firstmeasure, lastmeasure, firststaff, laststaff, movementnum; in retypeset() local
/dports/audio/denemo/denemo-2.0.6/src/scripting/
H A Dscheme-callbacks.c2480 gint movementnum, staffnum, measurenum, objectnum; in scheme_goto_position() local