Home
last modified time | relevance | path

Searched refs:voice_directives (Results 1 – 10 of 10) sorted by relevance

/dports/audio/denemo/denemo-2.0.6/src/command/
H A Dlilydirectives.c900 return find_directive (curstaff->voice_directives, tag); in get_voice_directive()
1723 PUT_GRAPHIC_WIDGET_GRAPHIC (voice, voice_directives)
1731 PUT_GRAPHIC_WIDGET_STR (display, voice, voice_directives)
1739 PUT_GRAPHIC_WIDGET_STR (prefix, voice, voice_directives)
1771 PUT_GRAPHIC_WIDGET_INT (x, voice, voice_directives)
1779 PUT_GRAPHIC_WIDGET_INT (y, voice, voice_directives)
1787 PUT_GRAPHIC_WIDGET_INT (tx, voice, voice_directives)
1795 PUT_GRAPHIC_WIDGET_INT (ty, voice, voice_directives)
1803 PUT_GRAPHIC_WIDGET_INT (gx, voice, voice_directives)
3417 GET_NTH_TAG (voice, voice_directives);
[all …]
H A Dstaff.c146 dest->voice_directives = clone_directives (src->voice_directives); in staff_copy()
H A Dscore.c775 thestaff->voice_directives = clone_directives (srcStaff->voice_directives); in clone_staff()
778 for (direc = thestaff->voice_directives; direc; direc = direc->next) in clone_staff()
H A Dselect.c1410 for (direc = thestaff->voice_directives; direc; direc = direc->next) in action_chunk()
1485 for (direc = thestaff->voice_directives; direc; direc = direc->next) in action_chunk()
H A Dobject.c2077 …place_buttons_for_directives ((GList**)&thestaff->voice_directives, inner_box, DIRECTIVE_VOICE, "v… in edit_staff_and_voice_properties()
/dports/audio/denemo/denemo-2.0.6/src/core/
H A Dimportxml.c1997 curStaff->voice_directives = g_list_append (NULL, directive); in parseStaff()
2007 …taff->voice_directives = parseWidgetDirectives (childElem, (gpointer) voice_directive_put_graphic,… in parseStaff()
2164 …taff->voice_directives = parseWidgetDirectives (childElem, (gpointer) voice_directive_put_graphic,… in parseVoiceProps()
H A Dexportxml.c616 if (curStaffStruct->voice_directives) in newVoiceProps()
617 newDirectivesElem (curElem, ns, curStaffStruct->voice_directives, "voice-directives"); in newVoiceProps()
/dports/audio/denemo/denemo-2.0.6/src/export/
H A Dexportlilypond.c2063 gchar *voice_prolog_insert = get_postfix (curstaffstruct->voice_directives); in outputStaff()
2367 gint voice_override = get_lily_override (curstaffstruct->voice_directives); in set_voice_definition()
2369 gchar *voice_prolog_insert = get_prefix (curstaffstruct->voice_directives); in set_voice_definition()
2370 gchar *voice_epilog_insert = get_postfix (curstaffstruct->voice_directives); in set_voice_definition()
2384 gint voice_override = get_lily_override (curstaffstruct->voice_directives); in set_voice_termination()
2385 gchar *voice_epilog_insert = get_postfix (curstaffstruct->voice_directives); in set_voice_termination()
/dports/audio/denemo/denemo-2.0.6/include/denemo/
H A Ddenemo_types.h335 GList *voice_directives;/**< List of DenemoDirective for the voice context */ member
/dports/audio/denemo/denemo-2.0.6/src/ui/
H A Dmousing.c975 else if (((DenemoStaff *) gui->movement->currentstaff->data)->voice_directives, 1) in scorearea_button_press()