summaryrefslogtreecommitdiff
path: root/src/articulations.h
blob: e2d871a9388c70427ebb5cc97b9584ab9b381dbc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/*
 *  articulations.h
 *  articulation callback prototypes 
 * 
 *  for Denemo, a gtk+frontend to GNU Lilypond	
 *  (c) 2001-2005 Adam
 */

#ifndef ARTICULATIONS_H
#define ARTICULATIONS_H

enum articulationcallbackaction
{ GENERAL, STRING, ORGAN };


void set_articulation(gchar *string, DenemoObject *obj);


void toggle_articulation_palette (GtkAction *action, gpointer param);

GList* insert_ornament_list(enum ornament orn, GList *list);
#endif