1 /* exportabc.h
2  * Header file for exporting ABC files
3  *
4  * for Denemo, a gtk+ frontend to GNU Lilypond
5  * (c) 2001 Eric Galluzzo
6  */
7 
8 
9 #ifndef EXPORTABC_H
10 #define EXPORTABC_H
11 
12 #include <denemo/denemo.h>
13 
14 void exportabc (gchar * thefilename, DenemoProject * gui, gint start, gint end);
15 
16 
17 #endif
18