summaryrefslogtreecommitdiff
path: root/src/figure.h
blob: 0f8defdde0a97433e31bc7df5e7d9f3baeceb96c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/* figure.h
 *  
 * (c)  2003 Richard Shann <richard.shann@virgin.net>
 */

#ifndef FIGURE_H

#define FIGURE_H

#include <denemo/denemo.h>


void 
figure_insert(GtkAction *action, DenemoScriptParam * param);
DenemoObject *
newfigure (gint baseduration, gint numdots, gchar *figs);
void delete_figured_bass  (GtkAction *action, gpointer param);
void hide_figured_bass  (GtkAction *action, gpointer param);
void show_figured_bass  (GtkAction *action, gpointer param);
#endif