Home
last modified time | relevance | path

Searched refs:figure_insert (Results 1 – 8 of 8) sorted by relevance

/dports/audio/denemo/denemo-2.0.6/src/command/
H A Dfigure.h13 void figure_insert (GtkAction * action, DenemoScriptParam * param);
H A Dfigure.c179 figure_insert (GtkAction * action, DenemoScriptParam * param) in figure_insert() function
/dports/math/giacxcas/giac-1.6.0/src/
H A DGraph.h327 std::string figure_insert(Figure * f);
H A DHistory.cc3121 string s=figure_insert(f); in new_figure()
H A DGraph.cc5873 std::string figure_insert(Figure * f){ in figure_insert() function
5900 figure_insert(f); in cb_Figure_Insert()
/dports/audio/denemo/denemo-2.0.6/src/generated/
H A Dregister_commands.h277 …so as to have multiple figures on one note. See Lilypond docs for other notation"), figure_insert);
H A Dentries.h302 …e multiple figures on one note. See Lilypond docs for other notation"),G_CALLBACK (figure_insert)},
H A Dscheme_cb.h830 return scheme_call_callback(optional, figure_insert); in scheme_EditFiguredBass()