Home
last modified time | relevance | path

Searched refs:staff_directives (Results 1 – 13 of 13) sorted by relevance

/dports/audio/denemo/denemo-2.0.6/src/command/
H A Dlilydirectives.c889 return find_directive (curstaff->staff_directives, tag); in get_staff_directive()
1722 PUT_GRAPHIC_WIDGET_GRAPHIC (staff, staff_directives)
1730 PUT_GRAPHIC_WIDGET_STR (display, staff, staff_directives)
1738 PUT_GRAPHIC_WIDGET_STR (prefix, staff, staff_directives)
1770 PUT_GRAPHIC_WIDGET_INT (x, staff, staff_directives)
1778 PUT_GRAPHIC_WIDGET_INT (y, staff, staff_directives)
1786 PUT_GRAPHIC_WIDGET_INT (tx, staff, staff_directives)
1794 PUT_GRAPHIC_WIDGET_INT (ty, staff, staff_directives)
1802 PUT_GRAPHIC_WIDGET_INT (gx, staff, staff_directives)
3416 GET_NTH_TAG (staff, staff_directives);
[all …]
H A Dstaff.c145 dest->staff_directives = clone_directives (src->staff_directives); in staff_copy()
392 free_directives (curstaffstruct->staff_directives); in staff_delete()
H A Dscore.c765 thestaff->staff_directives = clone_directives (srcStaff->staff_directives); in clone_staff()
768 for (direc = thestaff->staff_directives; direc; direc = direc->next) in clone_staff()
H A Dselect.c1397 for (direc = thestaff->staff_directives; direc; direc = direc->next) in action_chunk()
1476 for (direc = thestaff->staff_directives; direc; direc = direc->next) in action_chunk()
H A Dscorelayout.c1492 … vbox = install_staff_group_start (pstaffs, vbox, staff->staff_directives, pstaff_group_nesting); in install_staff_with_voices()
1603 … vbox = install_staff_group_end (vbox, staff->staff_directives, pstaff_group_nesting); in install_staff_with_voices()
1612 vbox = install_staff_group_end (vbox, staff->staff_directives, pstaff_group_nesting); in install_staff_with_voices()
H A Dobject.c2037 …place_buttons_for_directives ((GList**)&thestaff->staff_directives, inner_box, DIRECTIVE_STAFF, "s… in edit_staff_and_voice_properties()
/dports/audio/denemo/denemo-2.0.6/src/core/
H A Dimportxml.c1986 curStaff->staff_directives = g_list_append (NULL, directive); in parseStaff()
2003 …taff->staff_directives = parseWidgetDirectives (childElem, (gpointer) staff_directive_put_graphic,… in parseStaff()
2160 …taff->staff_directives = parseWidgetDirectives (childElem, (gpointer) staff_directive_put_graphic,… in parseVoiceProps()
H A Dexportxml.c613 if (curStaffStruct->staff_directives) in newVoiceProps()
614 newDirectivesElem (curElem, ns, curStaffStruct->staff_directives, "staff-directives"); in newVoiceProps()
/dports/audio/denemo/denemo-2.0.6/src/export/
H A Dexportlilypond.c2340 gint staff_override = get_lily_override (curstaffstruct->staff_directives); in set_staff_definition()
2342 gchar *staff_prolog_insert = get_prefix (curstaffstruct->staff_directives); in set_staff_definition()
2343 gchar *staff_epilog_insert = get_postfix (curstaffstruct->staff_directives); in set_staff_definition()
2351 …gchar *alt_override = get_alt_overridden_prefix (curstaffstruct->staff_directives);//AFFIX_OVERRID… in set_staff_definition()
2399 …LILYPOND | DENEMO_OVERRIDE_AFFIX) == (get_override (curstaffstruct->staff_directives) & (DENEMO_OV… in set_staff_termination()
2400 gchar *staff_epilog_insert = get_postfix (curstaffstruct->staff_directives); in set_staff_termination()
H A Dexportmidi.c1148 if (curstaffstruct->staff_directives) in exportmidi()
1150 GList *g = curstaffstruct->staff_directives; in exportmidi()
/dports/audio/denemo/denemo-2.0.6/include/denemo/
H A Ddenemo_types.h334 …GList *staff_directives;/**< List of DenemoDirective for the staff context, (only relevant for pri… member
/dports/audio/denemo/denemo-2.0.6/src/ui/
H A Dmousing.c966 if (((DenemoStaff *) gui->movement->currentstaff->data)->staff_directives, 1) in scorearea_button_press()
/dports/audio/denemo/denemo-2.0.6/src/display/
H A Ddraw.c1423 for (g = staff->staff_directives; g; g = g->next) in draw_score()